#69C564

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

Shades of Fern #69C564

Tints of Fern #69C564

Color information

#69C564 (or 0x69C564) is unknown color: approx Fern. HEX triplet: 69, C5 and 64. RGB value is (105,197,100). Sum of RGB (Red+Green+Blue) = 105+197+100=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #69C564 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C564 is #963A9B. Grayscale: #9E9E9E. Windows color (decimal): -9845404 or 6604137. OLE color: 6604137.

HSL color Cylindrical-coordinate representation of color #69C564: hue angle of 116.91º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69C564 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB105197100-
CMYK0.4700.490.23
HSL116.91º45.54%58.24%-
HSV(B)116.91º49.24%77.25%-
XYZ28.0943.8619.04-
YUV158.4395.0289.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.12%
GREEN value IS 197 (77.34% from 255) = 49.00%
BLUE value IS 100 (39.45% from 255) = 24.88%
R=26.12%
G=49.00%
B=24.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1051971000.4700.490.23116.9145.5458.24
Hex69C5642F03117752e3a
Octal15130514457061271655672
Binary11010011100010111001001011110110001101111110101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69C564; }

 p { color: rgb(105,197,100); }

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

<style>
 a { background-color: #69C564; }

 a { background-color: rgb(105,197,100); }

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

<style>
 span { border-color: #69C564; }

 span { border-color: rgb(105,197,100); }

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