#64C15D

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

Shades of Fern #64C15D

Tints of Fern #64C15D

Color information

#64C15D (or 0x64C15D) is unknown color: approx Fern. HEX triplet: 64, C1 and 5D. RGB value is (100,193,93). Sum of RGB (Red+Green+Blue) = 100+193+93=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #64C15D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C15D is #9B3EA2. Grayscale: #9A9A9A. Windows color (decimal): -10174115 or 6144356. OLE color: 6144356.

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

Color convert

RGB10019393-
CMYK0.4800.520.24
HSL115.8º44.64%56.08%-
HSV(B)115.8º51.81%75.69%-
XYZ26.341.6417.01-
YUV153.7993.6989.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.91%
GREEN value IS 193 (75.78% from 255) = 50%
BLUE value IS 93 (36.72% from 255) = 24.09%
R=25.91%
G=50%
B=24.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal100193930.4800.520.24115.844.6456.08
Hex64C15D3003418742d38
Octal14430113560064301645570
Binary11001001100000110111011100000110100110001110100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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