#5BDF0F

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

Shades of Bright Green #5BDF0F

Tints of Bright Green #5BDF0F

Color information

#5BDF0F (or 0x5BDF0F) is unknown color: approx Bright Green. HEX triplet: 5B, DF and 0F. RGB value is (91,223,15). Sum of RGB (Red+Green+Blue) = 91+223+15=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 223 (87.5% from 255 or 67.78% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 223 - color contains mainly: green. Hex color #5BDF0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BDF0F is #A420F0. Grayscale: #A0A0A0. Windows color (decimal): -10756337 or 1040219. OLE color: 1040219.

HSL color Cylindrical-coordinate representation of color #5BDF0F: hue angle of 98.08º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5BDF0F is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB9122315-
CMYK0.5900.930.13
HSL98.08º87.39%46.67%-
HSV(B)98.08º93.27%87.45%-
XYZ30.7955.039.45-
YUV159.8246.2778.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.66%
GREEN value IS 223 (87.5% from 255) = 67.78%
BLUE value IS 15 (6.25% from 255) = 4.56%
R=27.66%
G=67.78%
B=4.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal91223150.5900.930.1398.0887.3946.67
Hex5BDFF3B05DD62572f
Octal133337177301351514212757
Binary101101111011111111111101101011101110111000101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BDF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,223,15); }

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

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

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

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

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

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

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