Html Css Color HEX #569314 Limeade

📋 copy color: '#569314'

red 86 ◦ green 147 ◦ blue 20

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

Shades of Limeade #569314

Tints of Limeade #569314

RGB

 RED value IS 86 (33.98% from 255) = 33.99%

 GREEN value IS 147 (57.81% from 255) = 58.1%

 BLUE value IS 20 (8.2% from 255) = 7.91%

R = 33.99%
G = 58.1%
B = 7.91%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#569314 (or 0x569314) is known color: Limeade. HEX triplet: 56, 93 and 14. RGB value is (86,147,20). Sum of RGB (Red+Green+Blue) = 86+147+20=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 147 (57.81% from 255 or 58.10% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 147 - color contains mainly: green. Hex color #569314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569314 is #A96CEB. Grayscale: #727272. Windows color (decimal): -11103468 or 1348438. OLE color: 1348438.

HSL color Cylindrical-coordinate representation of color #569314: hue angle of 88.82º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #569314 is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 147 20 -
CMYK 0.41 0 0.86 0.42
HSL 88.82º 0.76% 0.33% -
HSV(B) 88.82º 0.86% 0.58% -
XYZ 14.4 22.9 4.32 -
YUV 114.28 74.79 107.83 -
System Red Green Blue C M Y K H S L
Decimal 86 147 20 0.41 0 0.86 0.42 88.82 0.76 0.33
Hex 56 93 14 29 0 56 2A 59 4C 21
Octal 126 223 24 51 0 126 52 131 114 41
Binary 1010110 10010011 10100 101001 0 1010110 101010 1011001 1001100 100001

Color Harmonies of #569314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569314

Black with #569314

Text Example


Text Example

White with #569314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569314; }

 p { color: rgb(86,147,20); }

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

background-color css

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

 a { background-color: rgb(86,147,20); }

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

border-color css

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

 span { border-color: rgb(86,147,20); }

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