Html Css Color HEX #64C375 Fern

📋 copy color: '#64C375'

red 100 ◦ green 195 ◦ blue 117

#64C375
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #64C375

Tints of Fern #64C375

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.4%

R = 24.27%
G = 47.33%
B = 28.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#64C375 (or 0x64C375) is known color: 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

RGB 100 195 117 -
CMYK 0.49 0 0.4 0.24
HSL 130.74º 0.44% 0.58% -
HSV(B) 130.74º 0.49% 0.76% -
XYZ 27.98 43.02 23.66 -
YUV 157.7 105.03 86.84 -
System Red Green Blue C M Y K H S L
Decimal 100 195 117 0.49 0 0.4 0.24 130.74 0.44 0.58
Hex 64 C3 75 31 0 28 18 83 2C 3A
Octal 144 303 165 61 0 50 30 203 54 72
Binary 1100100 11000011 1110101 110001 0 101000 11000 10000011 101100 111010

Color Harmonies of #64C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C375

Black with #64C375

Text Example


Text Example

White with #64C375

Text Example


Text Example

HTML Codes & Css Web 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>