#64C375

Color #64C375 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #64C375

Tints of Fern #64C375

Color information

#64C375 (or 0x64C375) is unknown color: approx Fern. HEX triplet: 64, C3 and 75. RGB value is (100,195,117). Sum of RGB (Red+Green+Blue) = 100+195+117=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #64C375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C375 is #9B3C8A. Grayscale: #9D9D9D. Windows color (decimal): -10173579 or 7717732. OLE color: 7717732.

HSL color Cylindrical-coordinate representation of color #64C375: hue angle of 130.74º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C375 is Cyan = 0.49, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB100195117-
CMYK0.4900.40.24
HSL130.74º44.19%57.84%-
HSV(B)130.74º48.72%76.47%-
XYZ27.9843.0223.66-
YUV157.7105.0386.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 24.27%
GREEN value IS 195 (76.56% from 255) = 47.33%
BLUE value IS 117 (46.09% from 255) = 28.40%
R=24.27%
G=47.33%
B=28.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001951170.4900.40.24130.7444.1957.84
Hex64C3753102818832c3a
Octal14430316561050302035472
Binary110010011000011111010111000101010001100010000011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64C375; }

 p { color: rgb(100,195,117); }

 H1.HeaderClassName
 {
   color: #64C375;
 }
 .AnyTagClassName
 {
   color: #64C375;
 }
</style>
background-color css

<style>
 a { background-color: #64C375; }

 a { background-color: rgb(100,195,117); }

 div.DivClassName
 {
   background-color: #64C375;
 }
 .BgClassName
 {
   background-color: #64C375;
 }
</style>
border-color css

<style>
 span { border-color: #64C375; }

 span { border-color: rgb(100,195,117); }

 td.TdClassName
 {
   border-color: #64C375;
 }
 .TagClassName
 {
   border-color: #64C375;
 }
</style>