Html Css Color HEX #559202 Limeade

📋 copy color: '#559202'

red 85 ◦ green 146 ◦ blue 2

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

Shades of Limeade #559202

Tints of Limeade #559202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 36.48%
G = 62.66%
B = 0.86%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#559202 (or 0x559202) is known color: Limeade. HEX triplet: 55, 92 and 02. RGB value is (85,146,2). Sum of RGB (Red+Green+Blue) = 85+146+2=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 146 (57.42% from 255 or 62.66% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 146 - color contains mainly: green. Hex color #559202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559202 is #AA6DFD. Grayscale: #6F6F6F. Windows color (decimal): -11169278 or 168533. OLE color: 168533.

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

Color convert

RGB 85 146 2 -
CMYK 0.42 0 0.99 0.43
HSL 85.42º 0.97% 0.29% -
HSV(B) 85.42º 0.99% 0.57% -
XYZ 14.04 22.49 3.66 -
YUV 111.35 66.29 109.21 -
System Red Green Blue C M Y K H S L
Decimal 85 146 2 0.42 0 0.99 0.43 85.42 0.97 0.29
Hex 55 92 2 2A 0 63 2B 55 61 1D
Octal 125 222 2 52 0 143 53 125 141 35
Binary 1010101 10010010 10 101010 0 1100011 101011 1010101 1100001 11101

Color Harmonies of #559202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559202

Black with #559202

Text Example


Text Example

White with #559202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559202; }

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

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

background-color css

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

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

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

border-color css

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

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

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