#5DBD0E

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

Shades of Kelly Green #5DBD0E

Tints of Kelly Green #5DBD0E

Color information

#5DBD0E (or 0x5DBD0E) is unknown color: approx Kelly Green. HEX triplet: 5D, BD and 0E. RGB value is (93,189,14). Sum of RGB (Red+Green+Blue) = 93+189+14=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 189 (74.22% from 255 or 63.85% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBD0E is #A242F1. Grayscale: #8C8C8C. Windows color (decimal): -10633970 or 965981. OLE color: 965981.

HSL color Cylindrical-coordinate representation of color #5DBD0E: hue angle of 92.91º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DBD0E is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB9318914-
CMYK0.5100.930.26
HSL92.91º86.21%39.8%-
HSV(B)92.91º92.59%74.12%-
XYZ22.7938.756.69-
YUV140.3556.794.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.42%
GREEN value IS 189 (74.22% from 255) = 63.85%
BLUE value IS 14 (5.86% from 255) = 4.73%
R=31.42%
G=63.85%
B=4.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal93189140.5100.930.2692.9186.2139.8
Hex5DBDE3305D1A5d5628
Octal135275166301353213512650
Binary1011101101111011110110011010111011101010111011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,189,14); }

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

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

 a { background-color: rgb(93,189,14); }

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

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

 span { border-color: rgb(93,189,14); }

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