Html Css Color HEX #5D9914 Limeade

📋 copy color: '#5D9914'

red 93 ◦ green 153 ◦ blue 20

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

Shades of Limeade #5D9914

Tints of Limeade #5D9914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.52%

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

R = 34.96%
G = 57.52%
B = 7.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#5D9914 (or 0x5D9914) is known color: Limeade. HEX triplet: 5D, 99 and 14. RGB value is (93,153,20). Sum of RGB (Red+Green+Blue) = 93+153+20=266 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.96% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #5D9914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9914 is #A266EB. Grayscale: #787878. Windows color (decimal): -10643180 or 1349981. OLE color: 1349981.

HSL color Cylindrical-coordinate representation of color #5D9914: hue angle of 87.07º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D9914 is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 93 153 20 -
CMYK 0.39 0 0.87 0.4
HSL 87.07º 0.77% 0.34% -
HSV(B) 87.07º 0.87% 0.6% -
XYZ 16.03 25.16 4.67 -
YUV 119.9 71.62 108.81 -
System Red Green Blue C M Y K H S L
Decimal 93 153 20 0.39 0 0.87 0.4 87.07 0.77 0.34
Hex 5D 99 14 27 0 57 28 57 4D 22
Octal 135 231 24 47 0 127 50 127 115 42
Binary 1011101 10011001 10100 100111 0 1010111 101000 1010111 1001101 100010

Color Harmonies of #5D9914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9914

Black with #5D9914

Text Example


Text Example

White with #5D9914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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