#5BCF5A

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

Shades of Fern #5BCF5A

Tints of Fern #5BCF5A

Color information

#5BCF5A (or 0x5BCF5A) is unknown color: approx Fern. HEX triplet: 5B, CF and 5A. RGB value is (91,207,90). Sum of RGB (Red+Green+Blue) = 91+207+90=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 207 (81.25% from 255 or 53.35% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCF5A is #A430A5. Grayscale: #9F9F9F. Windows color (decimal): -10760358 or 5951323. OLE color: 5951323.

HSL color Cylindrical-coordinate representation of color #5BCF5A: hue angle of 119.49º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BCF5A is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB9120790-
CMYK0.5600.570.19
HSL119.49º54.93%58.24%-
HSV(B)119.49º56.52%81.18%-
XYZ28.4747.5917.36-
YUV158.9889.0779.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.45%
GREEN value IS 207 (81.25% from 255) = 53.35%
BLUE value IS 90 (35.55% from 255) = 23.20%
R=23.45%
G=53.35%
B=23.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal91207900.5600.570.19119.4954.9358.24
Hex5BCF5A380391377373a
Octal13331713270071231676772
Binary10110111100111110110101110000111001100111110111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,207,90); }

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

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

 a { background-color: rgb(91,207,90); }

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

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

 span { border-color: rgb(91,207,90); }

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