Html Css Color HEX #5DBA0F Kelly Green

📋 copy color: '#5DBA0F'

red 93 ◦ green 186 ◦ blue 15

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

Shades of Kelly Green #5DBA0F

Tints of Kelly Green #5DBA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.1%

R = 31.63%
G = 63.27%
B = 5.1%

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

#5DBA0F (or 0x5DBA0F) is known color: Kelly Green. HEX triplet: 5D, BA and 0F. RGB value is (93,186,15). Sum of RGB (Red+Green+Blue) = 93+186+15=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBA0F is #A245F0. Grayscale: #8B8B8B. Windows color (decimal): -10634737 or 1030749. OLE color: 1030749.

HSL color Cylindrical-coordinate representation of color #5DBA0F: hue angle of 92.63º degrees, saturation: 0.85, 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 #5DBA0F is Cyan = 0.5, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 186 15 -
CMYK 0.5 0 0.92 0.27
HSL 92.63º 0.85% 0.39% -
HSV(B) 92.63º 0.92% 0.73% -
XYZ 22.16 37.48 6.52 -
YUV 138.7 58.19 95.4 -
System Red Green Blue C M Y K H S L
Decimal 93 186 15 0.5 0 0.92 0.27 92.63 0.85 0.39
Hex 5D BA F 32 0 5C 1B 5D 55 27
Octal 135 272 17 62 0 134 33 135 125 47
Binary 1011101 10111010 1111 110010 0 1011100 11011 1011101 1010101 100111

Color Harmonies of #5DBA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA0F

Black with #5DBA0F

Text Example


Text Example

White with #5DBA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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