Html Css Color HEX #559603 Limeade

📋 copy color: '#559603'

red 85 ◦ green 150 ◦ blue 3

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

Shades of Limeade #559603

Tints of Limeade #559603

RGB

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

 GREEN value IS 150 (58.98% from 255) = 63.03%

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

R = 35.71%
G = 63.03%
B = 1.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#559603 (or 0x559603) is known color: Limeade. HEX triplet: 55, 96 and 03. RGB value is (85,150,3). Sum of RGB (Red+Green+Blue) = 85+150+3=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 150 (58.98% from 255 or 63.03% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 150 - color contains mainly: green. Hex color #559603 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559603 is #AA69FC. Grayscale: #727272. Windows color (decimal): -11168253 or 235093. OLE color: 235093.

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

Color convert

RGB 85 150 3 -
CMYK 0.43 0 0.98 0.41
HSL 86.53º 0.96% 0.3% -
HSV(B) 86.53º 0.98% 0.59% -
XYZ 14.67 23.75 3.9 -
YUV 113.81 65.47 107.45 -
System Red Green Blue C M Y K H S L
Decimal 85 150 3 0.43 0 0.98 0.41 86.53 0.96 0.3
Hex 55 96 3 2B 0 62 29 57 60 1E
Octal 125 226 3 53 0 142 51 127 140 36
Binary 1010101 10010110 11 101011 0 1100010 101001 1010111 1100000 11110

Color Harmonies of #559603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559603

Black with #559603

Text Example


Text Example

White with #559603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559603; }

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

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

background-color css

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

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

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

border-color css

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

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

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