Html Css Color HEX #5DAF14 Kelly Green

📋 copy color: '#5DAF14'

red 93 ◦ green 175 ◦ blue 20

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

Shades of Kelly Green #5DAF14

Tints of Kelly Green #5DAF14

RGB

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

 GREEN value IS 175 (68.75% from 255) = 60.76%

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

R = 32.29%
G = 60.76%
B = 6.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#5DAF14 (or 0x5DAF14) is known color: Kelly Green. HEX triplet: 5D, AF and 14. RGB value is (93,175,20). Sum of RGB (Red+Green+Blue) = 93+175+20=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 175 (68.75% from 255 or 60.76% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAF14 is #A250EB. Grayscale: #858585. Windows color (decimal): -10637548 or 1355613. OLE color: 1355613.

HSL color Cylindrical-coordinate representation of color #5DAF14: hue angle of 91.74º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5DAF14 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 93 175 20 -
CMYK 0.47 0 0.89 0.31
HSL 91.74º 0.79% 0.38% -
HSV(B) 91.74º 0.89% 0.69% -
XYZ 19.97 33.04 5.99 -
YUV 132.81 64.33 99.6 -
System Red Green Blue C M Y K H S L
Decimal 93 175 20 0.47 0 0.89 0.31 91.74 0.79 0.38
Hex 5D AF 14 2F 0 59 1F 5C 4F 26
Octal 135 257 24 57 0 131 37 134 117 46
Binary 1011101 10101111 10100 101111 0 1011001 11111 1011100 1001111 100110

Color Harmonies of #5DAF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAF14

Black with #5DAF14

Text Example


Text Example

White with #5DAF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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