#5bd65b

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

Shades of Fern #5BD65B

Tints of Fern #5BD65B

Color information

#5BD65B (or 0x5BD65B) is unknown color: approx Fern. HEX triplet: 5B, D6 and 5B. RGB value is (91,214,91). Sum of RGB (Red+Green+Blue) = 91+214+91=396 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.98% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #5BD65B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD65B is #A429A4. Grayscale: #A3A3A3. Windows color (decimal): -10758565 or 6018651. OLE color: 6018651.

HSL color Cylindrical-coordinate representation of color #5BD65B: hue angle of 120º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD65B is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB9121491-
CMYK0.5700.570.16
HSL120º60%59.8%-
HSV(B)120º57.48%83.92%-
XYZ30.2551.0718.16-
YUV163.287.2576.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.98%
GREEN value IS 214 (83.98% from 255) = 54.04%
BLUE value IS 91 (35.94% from 255) = 22.98%
R=22.98%
G=54.04%
B=22.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal91214910.5700.570.161206059.8
Hex5BD65B3903910783c3c
Octal13332613371071201707474
Binary10110111101011010110111110010111001100001111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bd65b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,214,91); }

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

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

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

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

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

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

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