#5DBE0A

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

Shades of Kelly Green #5DBE0A

Tints of Kelly Green #5DBE0A

Color information

#5DBE0A (or 0x5DBE0A) is unknown color: approx Kelly Green. HEX triplet: 5D, BE and 0A. RGB value is (93,190,10). Sum of RGB (Red+Green+Blue) = 93+190+10=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 190 (74.61% from 255 or 64.85% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBE0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBE0A is #A241F5. Grayscale: #8D8D8D. Windows color (decimal): -10633718 or 704093. OLE color: 704093.

HSL color Cylindrical-coordinate representation of color #5DBE0A: hue angle of 92.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5DBE0A is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB9319010-
CMYK0.5100.950.25
HSL92.33º90%39.22%-
HSV(B)92.33º94.74%74.51%-
XYZ22.9839.186.64-
YUV140.4854.3694.14-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.74%
GREEN value IS 190 (74.61% from 255) = 64.85%
BLUE value IS 10 (4.30% from 255) = 3.41%
R=31.74%
G=64.85%
B=3.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93190100.5100.950.2592.339039.22
Hex5DBEA3305F195c5a27
Octal135276126301373113413247
Binary1011101101111101010110011010111111100110111001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,190,10); }

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

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

 a { background-color: rgb(93,190,10); }

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

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

 span { border-color: rgb(93,190,10); }

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