#5BD30C

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

Shades of Kelly Green #5BD30C

Tints of Kelly Green #5BD30C

Color information

#5BD30C (or 0x5BD30C) is unknown color: approx Kelly Green. HEX triplet: 5B, D3 and 0C. RGB value is (91,211,12). Sum of RGB (Red+Green+Blue) = 91+211+12=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 211 (82.81% from 255 or 67.20% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 211 - color contains mainly: green. Hex color #5BD30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BD30C is #A42CF3. Grayscale: #999999. Windows color (decimal): -10759412 or 840539. OLE color: 840539.

HSL color Cylindrical-coordinate representation of color #5BD30C: hue angle of 96.18º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5BD30C is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB9121112-
CMYK0.5700.940.17
HSL96.18º89.24%43.73%-
HSV(B)96.18º94.31%82.75%-
XYZ27.6848.848.32-
YUV152.4348.7484.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.98%
GREEN value IS 211 (82.81% from 255) = 67.20%
BLUE value IS 12 (5.08% from 255) = 3.82%
R=28.98%
G=67.20%
B=3.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal91211120.5700.940.1796.1889.2443.73
Hex5BD3C3905E1160592c
Octal133323147101362114013154
Binary1011011110100111100111001010111101000111000001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,211,12); }

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

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

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

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

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

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

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