Html Css Color HEX #55A413 Limeade

📋 copy color: '#55A413'

red 85 ◦ green 164 ◦ blue 19

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

Shades of Limeade #55A413

Tints of Limeade #55A413

RGB

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

 GREEN value IS 164 (64.45% from 255) = 61.19%

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 31.72%
G = 61.19%
B = 7.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#55A413 (or 0x55A413) is known color: Limeade. HEX triplet: 55, A4 and 13. RGB value is (85,164,19). Sum of RGB (Red+Green+Blue) = 85+164+19=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 164 (64.45% from 255 or 61.19% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 164 - color contains mainly: green. Hex color #55A413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A413 is #AA5BEC. Grayscale: #7C7C7C. Windows color (decimal): -11164653 or 1287253. OLE color: 1287253.

HSL color Cylindrical-coordinate representation of color #55A413: hue angle of 92.69º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55A413 is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 164 19 -
CMYK 0.48 0 0.88 0.36
HSL 92.69º 0.79% 0.36% -
HSV(B) 92.69º 0.88% 0.64% -
XYZ 17.14 28.53 5.22 -
YUV 123.85 68.83 100.29 -
System Red Green Blue C M Y K H S L
Decimal 85 164 19 0.48 0 0.88 0.36 92.69 0.79 0.36
Hex 55 A4 13 30 0 58 24 5D 4F 24
Octal 125 244 23 60 0 130 44 135 117 44
Binary 1010101 10100100 10011 110000 0 1011000 100100 1011101 1001111 100100

Color Harmonies of #55A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A413

Black with #55A413

Text Example


Text Example

White with #55A413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A413; }

 p { color: rgb(85,164,19); }

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

background-color css

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

 a { background-color: rgb(85,164,19); }

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

border-color css

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

 span { border-color: rgb(85,164,19); }

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