#64C174

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

Shades of Fern #64C174

Tints of Fern #64C174

Color information

#64C174 (or 0x64C174) is unknown color: approx Fern. HEX triplet: 64, C1 and 74. RGB value is (100,193,116). Sum of RGB (Red+Green+Blue) = 100+193+116=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #64C174 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C174 is #9B3E8B. Grayscale: #9C9C9C. Windows color (decimal): -10174092 or 7651684. OLE color: 7651684.

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

Color convert

RGB100193116-
CMYK0.4800.400.24
HSL130.32º42.86%57.45%-
HSV(B)130.32º48.19%75.69%-
XYZ27.4842.1123.2-
YUV156.42105.1987.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.45%
GREEN value IS 193 (75.78% from 255) = 47.19%
BLUE value IS 116 (45.70% from 255) = 28.36%
R=24.45%
G=47.19%
B=28.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001931160.4800.400.24130.3242.8657.45
Hex64C1743002818822b39
Octal14430116460050302025371
Binary110010011000001111010011000001010001100010000010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64C174;
 }
 .AnyTagClassName
 {
   color: #64C174;
 }
</style>
background-color css

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

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

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

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

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

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