#569202

Color #569202 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #569202

Tints of Limeade #569202

Color information

#569202 (or 0x569202) is unknown color: approx Limeade. HEX triplet: 56, 92 and 02. RGB value is (86,146,2). Sum of RGB (Red+Green+Blue) = 86+146+2=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 146 (57.42% from 255 or 62.39% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 146 - color contains mainly: green. Hex color #569202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569202 is #A96DFD. Grayscale: #707070. Windows color (decimal): -11103742 or 168534. OLE color: 168534.

HSL color Cylindrical-coordinate representation of color #569202: hue angle of 85º 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 #569202 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB861462-
CMYK0.4100.990.43
HSL85º97.3%29.02%-
HSV(B)85º98.63%57.25%-
XYZ14.1322.543.66-
YUV111.6466.12109.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.75%
GREEN value IS 146 (57.42% from 255) = 62.39%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=36.75%
G=62.39%
B=0.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8614620.4100.990.438597.329.02
Hex56922290632B55611d
Octal12622225101435312514135
Binary10101101001001010101001011000111010111010101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569202; }

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

 H1.HeaderClassName
 {
   color: #569202;
 }
 .AnyTagClassName
 {
   color: #569202;
 }
</style>
background-color css

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

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

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

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

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

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