Html Css Color HEX #5D9527 Limeade

📋 copy color: '#5D9527'

red 93 ◦ green 149 ◦ blue 39

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

Shades of Limeade #5D9527

Tints of Limeade #5D9527

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.02%

 BLUE value IS 39 (15.63% from 255) = 13.88%

R = 33.1%
G = 53.02%
B = 13.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#5D9527 (or 0x5D9527) is known color: Limeade. HEX triplet: 5D, 95 and 27. RGB value is (93,149,39). Sum of RGB (Red+Green+Blue) = 93+149+39=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #5D9527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9527 is #A26AD8. Grayscale: #787878. Windows color (decimal): -10644185 or 2594141. OLE color: 2594141.

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

Color convert

RGB 93 149 39 -
CMYK 0.38 0 0.74 0.42
HSL 90.55º 0.59% 0.37% -
HSV(B) 90.55º 0.74% 0.58% -
XYZ 15.63 23.97 5.72 -
YUV 119.72 82.45 108.94 -
System Red Green Blue C M Y K H S L
Decimal 93 149 39 0.38 0 0.74 0.42 90.55 0.59 0.37
Hex 5D 95 27 26 0 4A 2A 5B 3B 25
Octal 135 225 47 46 0 112 52 133 73 45
Binary 1011101 10010101 100111 100110 0 1001010 101010 1011011 111011 100101

Color Harmonies of #5D9527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9527

Black with #5D9527

Text Example


Text Example

White with #5D9527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,149,39); }

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

background-color css

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

 a { background-color: rgb(93,149,39); }

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

border-color css

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

 span { border-color: rgb(93,149,39); }

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