Html Css Color HEX #5D9410 Limeade

📋 copy color: '#5D9410'

red 93 ◦ green 148 ◦ blue 16

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

Shades of Limeade #5D9410

Tints of Limeade #5D9410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.59%

 BLUE value IS 16 (6.64% from 255) = 6.23%

R = 36.19%
G = 57.59%
B = 6.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#5D9410 (or 0x5D9410) is known color: Limeade. HEX triplet: 5D, 94 and 10. RGB value is (93,148,16). Sum of RGB (Red+Green+Blue) = 93+148+16=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 148 (58.20% from 255 or 57.59% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 148 - color contains mainly: green. Hex color #5D9410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9410 is #A26BEF. Grayscale: #747474. Windows color (decimal): -10644464 or 1086557. OLE color: 1086557.

HSL color Cylindrical-coordinate representation of color #5D9410: hue angle of 85º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D9410 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 148 16 -
CMYK 0.37 0 0.89 0.42
HSL 85º 0.8% 0.32% -
HSV(B) 85º 0.89% 0.58% -
XYZ 15.2 23.54 4.23 -
YUV 116.51 71.28 111.23 -
System Red Green Blue C M Y K H S L
Decimal 93 148 16 0.37 0 0.89 0.42 85 0.8 0.32
Hex 5D 94 10 25 0 59 2A 55 50 20
Octal 135 224 20 45 0 131 52 125 120 40
Binary 1011101 10010100 10000 100101 0 1011001 101010 1010101 1010000 100000

Color Harmonies of #5D9410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9410

Black with #5D9410

Text Example


Text Example

White with #5D9410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,148,16); }

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

background-color css

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

 a { background-color: rgb(93,148,16); }

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

border-color css

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

 span { border-color: rgb(93,148,16); }

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