Html Css Color HEX #5DAF0E Kelly Green

📋 copy color: '#5DAF0E'

red 93 ◦ green 175 ◦ blue 14

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

Shades of Kelly Green #5DAF0E

Tints of Kelly Green #5DAF0E

RGB

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

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

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

R = 32.98%
G = 62.06%
B = 4.96%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#5DAF0E (or 0x5DAF0E) is known color: Kelly Green. HEX triplet: 5D, AF and 0E. RGB value is (93,175,14). Sum of RGB (Red+Green+Blue) = 93+175+14=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 175 (68.75% from 255 or 62.06% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAF0E is #A250F1. Grayscale: #848484. Windows color (decimal): -10637554 or 962397. OLE color: 962397.

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

Color convert

RGB 93 175 14 -
CMYK 0.47 0 0.92 0.31
HSL 90.56º 0.85% 0.37% -
HSV(B) 90.56º 0.92% 0.69% -
XYZ 19.92 33.02 5.74 -
YUV 132.13 61.33 100.09 -
System Red Green Blue C M Y K H S L
Decimal 93 175 14 0.47 0 0.92 0.31 90.56 0.85 0.37
Hex 5D AF E 2F 0 5C 1F 5B 55 25
Octal 135 257 16 57 0 134 37 133 125 45
Binary 1011101 10101111 1110 101111 0 1011100 11111 1011011 1010101 100101

Color Harmonies of #5DAF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAF0E

Black with #5DAF0E

Text Example


Text Example

White with #5DAF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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