Html Css Color HEX #5DBA14 Kelly Green

📋 copy color: '#5DBA14'

red 93 ◦ green 186 ◦ blue 20

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

Shades of Kelly Green #5DBA14

Tints of Kelly Green #5DBA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.69%

R = 31.1%
G = 62.21%
B = 6.69%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#5DBA14 (or 0x5DBA14) is known color: Kelly Green. HEX triplet: 5D, BA and 14. RGB value is (93,186,20). Sum of RGB (Red+Green+Blue) = 93+186+20=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBA14 is #A245EB. Grayscale: #8B8B8B. Windows color (decimal): -10634732 or 1358429. OLE color: 1358429.

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

Color convert

RGB 93 186 20 -
CMYK 0.5 0 0.89 0.27
HSL 93.61º 0.81% 0.4% -
HSV(B) 93.61º 0.89% 0.73% -
XYZ 22.2 37.5 6.73 -
YUV 139.27 60.69 95 -
System Red Green Blue C M Y K H S L
Decimal 93 186 20 0.5 0 0.89 0.27 93.61 0.81 0.4
Hex 5D BA 14 32 0 59 1B 5E 51 28
Octal 135 272 24 62 0 131 33 136 121 50
Binary 1011101 10111010 10100 110010 0 1011001 11011 1011110 1010001 101000

Color Harmonies of #5DBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA14

Black with #5DBA14

Text Example


Text Example

White with #5DBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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