Html Css Color HEX #64C16C Fern

📋 copy color: '#64C16C'

red 100 ◦ green 193 ◦ blue 108

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

Shades of Fern #64C16C

Tints of Fern #64C16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 24.94%
G = 48.13%
B = 26.93%

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

#64C16C (or 0x64C16C) is known color: Fern. HEX triplet: 64, C1 and 6C. RGB value is (100,193,108). Sum of RGB (Red+Green+Blue) = 100+193+108=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #64C16C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C16C is #9B3E93. Grayscale: #9B9B9B. Windows color (decimal): -10174100 or 7127396. OLE color: 7127396.

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

Color convert

RGB 100 193 108 -
CMYK 0.48 0 0.44 0.24
HSL 125.16º 0.43% 0.57% -
HSV(B) 125.16º 0.48% 0.76% -
XYZ 27.03 41.93 20.86 -
YUV 155.5 101.19 88.41 -
System Red Green Blue C M Y K H S L
Decimal 100 193 108 0.48 0 0.44 0.24 125.16 0.43 0.57
Hex 64 C1 6C 30 0 2C 18 7D 2B 39
Octal 144 301 154 60 0 54 30 175 53 71
Binary 1100100 11000001 1101100 110000 0 101100 11000 1111101 101011 111001

Color Harmonies of #64C16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C16C

Black with #64C16C

Text Example


Text Example

White with #64C16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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