#64C16C

Color #64C16C Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #64C16C

Tints of Fern #64C16C

Color information

#64C16C (or 0x64C16C) is unknown color: approx 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

RGB100193108-
CMYK0.4800.440.24
HSL125.16º42.86%57.45%-
HSV(B)125.16º48.19%75.69%-
XYZ27.0341.9320.86-
YUV155.5101.1988.41-

RGB Variations

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

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 (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001931080.4800.440.24125.1642.8657.45
Hex64C16C3002C187d2b39
Octal14430115460054301755371
Binary11001001100000111011001100000101100110001111101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>