#64BD74

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

Shades of Fern #64BD74

Tints of Fern #64BD74

Color information

#64BD74 (or 0x64BD74) is unknown color: approx Fern. HEX triplet: 64, BD and 74. RGB value is (100,189,116). Sum of RGB (Red+Green+Blue) = 100+189+116=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BD74 is #9B428B. Grayscale: #9A9A9A. Windows color (decimal): -10175116 or 7650660. OLE color: 7650660.

HSL color Cylindrical-coordinate representation of color #64BD74: hue angle of 130.79º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BD74 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB100189116-
CMYK0.4700.390.26
HSL130.79º40.27%56.67%-
HSV(B)130.79º47.09%74.12%-
XYZ26.6140.3722.91-
YUV154.07106.5189.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.69%
GREEN value IS 189 (74.22% from 255) = 46.67%
BLUE value IS 116 (45.70% from 255) = 28.64%
R=24.69%
G=46.67%
B=28.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001891160.4700.390.26130.7940.2756.67
Hex64BD742F0271A832839
Octal14427516457047322035071
Binary110010010111101111010010111101001111101010000011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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