Html Css Color HEX #5DAF0D Kelly Green

📋 copy color: '#5DAF0D'

red 93 ◦ green 175 ◦ blue 13

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

Shades of Kelly Green #5DAF0D

Tints of Kelly Green #5DAF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.63%

R = 33.1%
G = 62.28%
B = 4.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#5DAF0D (or 0x5DAF0D) is known color: Kelly Green. HEX triplet: 5D, AF and 0D. RGB value is (93,175,13). Sum of RGB (Red+Green+Blue) = 93+175+13=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 175 (68.75% from 255 or 62.28% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAF0D is #A250F2. Grayscale: #848484. Windows color (decimal): -10637555 or 896861. OLE color: 896861.

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

Color convert

RGB 93 175 13 -
CMYK 0.47 0 0.93 0.31
HSL 90.37º 0.86% 0.37% -
HSV(B) 90.37º 0.93% 0.69% -
XYZ 19.92 33.02 5.7 -
YUV 132.01 60.83 100.17 -
System Red Green Blue C M Y K H S L
Decimal 93 175 13 0.47 0 0.93 0.31 90.37 0.86 0.37
Hex 5D AF D 2F 0 5D 1F 5A 56 25
Octal 135 257 15 57 0 135 37 132 126 45
Binary 1011101 10101111 1101 101111 0 1011101 11111 1011010 1010110 100101

Color Harmonies of #5DAF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAF0D

Black with #5DAF0D

Text Example


Text Example

White with #5DAF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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