Html Css Color HEX #559203 Limeade

📋 copy color: '#559203'

red 85 ◦ green 146 ◦ blue 3

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

Shades of Limeade #559203

Tints of Limeade #559203

RGB

 RED value IS 85 (33.59% from 255) = 36.32%

 GREEN value IS 146 (57.42% from 255) = 62.39%

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 36.32%
G = 62.39%
B = 1.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.43

RGB Variations

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

Color information

#559203 (or 0x559203) is known color: Limeade. HEX triplet: 55, 92 and 03. RGB value is (85,146,3). Sum of RGB (Red+Green+Blue) = 85+146+3=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 146 (57.42% from 255 or 62.39% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 146 - color contains mainly: green. Hex color #559203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559203 is #AA6DFC. Grayscale: #6F6F6F. Windows color (decimal): -11169277 or 234069. OLE color: 234069.

HSL color Cylindrical-coordinate representation of color #559203: hue angle of 85.59º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #559203 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 146 3 -
CMYK 0.42 0 0.98 0.43
HSL 85.59º 0.96% 0.29% -
HSV(B) 85.59º 0.98% 0.57% -
XYZ 14.04 22.5 3.69 -
YUV 111.46 66.79 109.13 -
System Red Green Blue C M Y K H S L
Decimal 85 146 3 0.42 0 0.98 0.43 85.59 0.96 0.29
Hex 55 92 3 2A 0 62 2B 56 60 1D
Octal 125 222 3 52 0 142 53 126 140 35
Binary 1010101 10010010 11 101010 0 1100010 101011 1010110 1100000 11101

Color Harmonies of #559203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559203

Black with #559203

Text Example


Text Example

White with #559203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559203; }

 p { color: rgb(85,146,3); }

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

background-color css

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

 a { background-color: rgb(85,146,3); }

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

border-color css

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

 span { border-color: rgb(85,146,3); }

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