Html Css Color HEX #64C16D Fern

📋 copy color: '#64C16D'

red 100 ◦ green 193 ◦ blue 109

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

Shades of Fern #64C16D

Tints of Fern #64C16D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.01%

 BLUE value IS 109 (42.97% from 255) = 27.11%

R = 24.88%
G = 48.01%
B = 27.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#64C16D (or 0x64C16D) is known color: Fern. HEX triplet: 64, C1 and 6D. RGB value is (100,193,109). Sum of RGB (Red+Green+Blue) = 100+193+109=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #64C16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C16D is #9B3E92. Grayscale: #9B9B9B. Windows color (decimal): -10174099 or 7192932. OLE color: 7192932.

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

Color convert

RGB 100 193 109 -
CMYK 0.48 0 0.44 0.24
HSL 125.81º 0.43% 0.57% -
HSV(B) 125.81º 0.48% 0.76% -
XYZ 27.09 41.95 21.14 -
YUV 155.62 101.69 88.33 -
System Red Green Blue C M Y K H S L
Decimal 100 193 109 0.48 0 0.44 0.24 125.81 0.43 0.57
Hex 64 C1 6D 30 0 2C 18 7E 2B 39
Octal 144 301 155 60 0 54 30 176 53 71
Binary 1100100 11000001 1101101 110000 0 101100 11000 1111110 101011 111001

Color Harmonies of #64C16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C16D

Black with #64C16D

Text Example


Text Example

White with #64C16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,193,109); }

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

background-color css

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

 a { background-color: rgb(100,193,109); }

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

border-color css

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

 span { border-color: rgb(100,193,109); }

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