Html Css Color HEX #64C061 Fern

📋 copy color: '#64C061'

red 100 ◦ green 192 ◦ blue 97

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

Shades of Fern #64C061

Tints of Fern #64C061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.94%

R = 25.71%
G = 49.36%
B = 24.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#64C061 (or 0x64C061) is known color: Fern. HEX triplet: 64, C0 and 61. RGB value is (100,192,97). Sum of RGB (Red+Green+Blue) = 100+192+97=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #64C061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C061 is #9B3F9E. Grayscale: #999999. Windows color (decimal): -10174367 or 6406244. OLE color: 6406244.

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

Color convert

RGB 100 192 97 -
CMYK 0.48 0 0.49 0.25
HSL 118.11º 0.43% 0.57% -
HSV(B) 118.11º 0.49% 0.75% -
XYZ 26.26 41.27 17.89 -
YUV 153.66 96.02 89.72 -
System Red Green Blue C M Y K H S L
Decimal 100 192 97 0.48 0 0.49 0.25 118.11 0.43 0.57
Hex 64 C0 61 30 0 31 19 76 2B 39
Octal 144 300 141 60 0 61 31 166 53 71
Binary 1100100 11000000 1100001 110000 0 110001 11001 1110110 101011 111001

Color Harmonies of #64C061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C061

Black with #64C061

Text Example


Text Example

White with #64C061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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