Html Css Color HEX #64C075 Fern

📋 copy color: '#64C075'

red 100 ◦ green 192 ◦ blue 117

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

Shades of Fern #64C075

Tints of Fern #64C075

RGB

 RED value IS 100 (39.45% from 255) = 24.45%

 GREEN value IS 192 (75.39% from 255) = 46.94%

 BLUE value IS 117 (46.09% from 255) = 28.61%

R = 24.45%
G = 46.94%
B = 28.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#64C075 (or 0x64C075) is known color: Fern. HEX triplet: 64, C0 and 75. RGB value is (100,192,117). Sum of RGB (Red+Green+Blue) = 100+192+117=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #64C075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C075 is #9B3F8A. Grayscale: #9C9C9C. Windows color (decimal): -10174347 or 7716964. OLE color: 7716964.

HSL color Cylindrical-coordinate representation of color #64C075: hue angle of 131.09º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C075 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 192 117 -
CMYK 0.48 0 0.39 0.25
HSL 131.09º 0.42% 0.57% -
HSV(B) 131.09º 0.48% 0.75% -
XYZ 27.32 41.69 23.44 -
YUV 155.94 106.02 88.1 -
System Red Green Blue C M Y K H S L
Decimal 100 192 117 0.48 0 0.39 0.25 131.09 0.42 0.57
Hex 64 C0 75 30 0 27 19 83 2A 39
Octal 144 300 165 60 0 47 31 203 52 71
Binary 1100100 11000000 1110101 110000 0 100111 11001 10000011 101010 111001

Color Harmonies of #64C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C075

Black with #64C075

Text Example


Text Example

White with #64C075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64C075;
 }
 .AnyTagClassName
 {
   color: #64C075;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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