Html Css Color HEX #64C07C Fern

📋 copy color: '#64C07C'

red 100 ◦ green 192 ◦ blue 124

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

Shades of Fern #64C07C

Tints of Fern #64C07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.81%

R = 24.04%
G = 46.15%
B = 29.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#64C07C (or 0x64C07C) is known color: Fern. HEX triplet: 64, C0 and 7C. RGB value is (100,192,124). Sum of RGB (Red+Green+Blue) = 100+192+124=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #64C07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C07C is #9B3F83. Grayscale: #9C9C9C. Windows color (decimal): -10174340 or 8175716. OLE color: 8175716.

HSL color Cylindrical-coordinate representation of color #64C07C: hue angle of 135.65º 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 #64C07C is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 192 124 -
CMYK 0.48 0 0.35 0.25
HSL 135.65º 0.42% 0.57% -
HSV(B) 135.65º 0.48% 0.75% -
XYZ 27.74 41.86 25.69 -
YUV 156.74 109.52 87.53 -
System Red Green Blue C M Y K H S L
Decimal 100 192 124 0.48 0 0.35 0.25 135.65 0.42 0.57
Hex 64 C0 7C 30 0 23 19 88 2A 39
Octal 144 300 174 60 0 43 31 210 52 71
Binary 1100100 11000000 1111100 110000 0 100011 11001 10001000 101010 111001

Color Harmonies of #64C07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C07C

Black with #64C07C

Text Example


Text Example

White with #64C07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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