#5ED069

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

Shades of Fern #5ED069

Tints of Fern #5ED069

Color information

#5ED069 (or 0x5ED069) is unknown color: approx Fern. HEX triplet: 5E, D0 and 69. RGB value is (94,208,105). Sum of RGB (Red+Green+Blue) = 94+208+105=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED069 is #A12F96. Grayscale: #A2A2A2. Windows color (decimal): -10563479 or 6934622. OLE color: 6934622.

HSL color Cylindrical-coordinate representation of color #5ED069: hue angle of 125.79º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED069 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB94208105-
CMYK0.5500.500.18
HSL125.79º54.81%59.22%-
HSV(B)125.79º54.81%81.57%-
XYZ29.7248.5121.16-
YUV162.1795.7379.38-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.10%
GREEN value IS 208 (81.64% from 255) = 51.11%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=23.10%
G=51.11%
B=25.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal942081050.5500.500.18125.7954.8159.22
Hex5ED06937032127e373b
Octal13632015167062221766773
Binary10111101101000011010011101110110010100101111110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ED069; }

 p { color: rgb(94,208,105); }

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

<style>
 a { background-color: #5ED069; }

 a { background-color: rgb(94,208,105); }

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

<style>
 span { border-color: #5ED069; }

 span { border-color: rgb(94,208,105); }

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