#5EBF6F

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

Shades of Fern #5EBF6F

Tints of Fern #5EBF6F

Color information

#5EBF6F (or 0x5EBF6F) is unknown color: approx Fern. HEX triplet: 5E, BF and 6F. RGB value is (94,191,111). Sum of RGB (Red+Green+Blue) = 94+191+111=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBF6F is #A14090. Grayscale: #999999. Windows color (decimal): -10567825 or 7323486. OLE color: 7323486.

HSL color Cylindrical-coordinate representation of color #5EBF6F: hue angle of 130.52º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EBF6F is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB94191111-
CMYK0.5100.420.25
HSL130.52º43.11%55.88%-
HSV(B)130.52º50.79%74.9%-
XYZ26.1240.7921.54-
YUV152.88104.3686-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.74%
GREEN value IS 191 (75% from 255) = 48.23%
BLUE value IS 111 (43.75% from 255) = 28.03%
R=23.74%
G=48.23%
B=28.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941911110.5100.420.25130.5243.1155.88
Hex5EBF6F3302A19832b38
Octal13627715763052312035370
Binary101111010111111110111111001101010101100110000011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,191,111); }

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

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

 a { background-color: rgb(94,191,111); }

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

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

 span { border-color: rgb(94,191,111); }

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