#5EBF75

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

Shades of Fern #5EBF75

Tints of Fern #5EBF75

Color information

#5EBF75 (or 0x5EBF75) is unknown color: approx Fern. HEX triplet: 5E, BF and 75. RGB value is (94,191,117). Sum of RGB (Red+Green+Blue) = 94+191+117=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBF75 is #A1408A. Grayscale: #999999. Windows color (decimal): -10567819 or 7716702. OLE color: 7716702.

HSL color Cylindrical-coordinate representation of color #5EBF75: hue angle of 134.23º 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 #5EBF75 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB94191117-
CMYK0.5100.390.25
HSL134.23º43.11%55.88%-
HSV(B)134.23º50.79%74.9%-
XYZ26.4640.9323.33-
YUV153.56107.3685.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.38%
GREEN value IS 191 (75% from 255) = 47.51%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=23.38%
G=47.51%
B=29.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941911170.5100.390.25134.2343.1155.88
Hex5EBF753302719862b38
Octal13627716563047312065370
Binary101111010111111111010111001101001111100110000110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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