Html Css Color HEX #569414 Limeade

📋 copy color: '#569414'

red 86 ◦ green 148 ◦ blue 20

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

Shades of Limeade #569414

Tints of Limeade #569414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.27%

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

R = 33.86%
G = 58.27%
B = 7.87%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#569414 (or 0x569414) is known color: Limeade. HEX triplet: 56, 94 and 14. RGB value is (86,148,20). Sum of RGB (Red+Green+Blue) = 86+148+20=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #569414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569414 is #A96BEB. Grayscale: #737373. Windows color (decimal): -11103212 or 1348694. OLE color: 1348694.

HSL color Cylindrical-coordinate representation of color #569414: hue angle of 89.06º 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 #569414 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 148 20 -
CMYK 0.42 0 0.86 0.42
HSL 89.06º 0.76% 0.33% -
HSV(B) 89.06º 0.86% 0.58% -
XYZ 14.55 23.21 4.37 -
YUV 114.87 74.46 107.41 -
System Red Green Blue C M Y K H S L
Decimal 86 148 20 0.42 0 0.86 0.42 89.06 0.76 0.33
Hex 56 94 14 2A 0 56 2A 59 4C 21
Octal 126 224 24 52 0 126 52 131 114 41
Binary 1010110 10010100 10100 101010 0 1010110 101010 1011001 1001100 100001

Color Harmonies of #569414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569414

Black with #569414

Text Example


Text Example

White with #569414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569414; }

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

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

background-color css

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

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

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

border-color css

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

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

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