Html Css Color HEX #5DBA0E Kelly Green

📋 copy color: '#5DBA0E'

red 93 ◦ green 186 ◦ blue 14

#5DBA0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #5DBA0E

Tints of Kelly Green #5DBA0E

RGB

 RED value IS 93 (36.72% from 255) = 31.74%

 GREEN value IS 186 (73.05% from 255) = 63.48%

 BLUE value IS 14 (5.86% from 255) = 4.78%

R = 31.74%
G = 63.48%
B = 4.78%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#5DBA0E (or 0x5DBA0E) is known color: Kelly Green. HEX triplet: 5D, BA and 0E. RGB value is (93,186,14). Sum of RGB (Red+Green+Blue) = 93+186+14=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 186 (73.05% from 255 or 63.48% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBA0E is #A245F1. Grayscale: #8B8B8B. Windows color (decimal): -10634738 or 965213. OLE color: 965213.

HSL color Cylindrical-coordinate representation of color #5DBA0E: hue angle of 92.44º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5DBA0E is Cyan = 0.5, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 186 14 -
CMYK 0.5 0 0.92 0.27
HSL 92.44º 0.86% 0.39% -
HSV(B) 92.44º 0.92% 0.73% -
XYZ 22.15 37.48 6.48 -
YUV 138.59 57.69 95.49 -
System Red Green Blue C M Y K H S L
Decimal 93 186 14 0.5 0 0.92 0.27 92.44 0.86 0.39
Hex 5D BA E 32 0 5C 1B 5C 56 27
Octal 135 272 16 62 0 134 33 134 126 47
Binary 1011101 10111010 1110 110010 0 1011100 11011 1011100 1010110 100111

Color Harmonies of #5DBA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA0E

Black with #5DBA0E

Text Example


Text Example

White with #5DBA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DBA0E;
 }
 .AnyTagClassName
 {
   color: #5DBA0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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