Html Css Color HEX #55A428 Limeade

📋 copy color: '#55A428'

red 85 ◦ green 164 ◦ blue 40

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

Shades of Limeade #55A428

Tints of Limeade #55A428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 29.41%
G = 56.75%
B = 13.84%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#55A428 (or 0x55A428) is known color: Limeade. HEX triplet: 55, A4 and 28. RGB value is (85,164,40). Sum of RGB (Red+Green+Blue) = 85+164+40=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 164 (64.45% from 255 or 56.75% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 164 - color contains mainly: green. Hex color #55A428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A428 is #AA5BD7. Grayscale: #7E7E7E. Windows color (decimal): -11164632 or 2663509. OLE color: 2663509.

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

Color convert

RGB 85 164 40 -
CMYK 0.48 0 0.76 0.36
HSL 98.23º 0.61% 0.4% -
HSV(B) 98.23º 0.76% 0.64% -
XYZ 17.4 28.64 6.62 -
YUV 126.24 79.33 98.58 -
System Red Green Blue C M Y K H S L
Decimal 85 164 40 0.48 0 0.76 0.36 98.23 0.61 0.4
Hex 55 A4 28 30 0 4C 24 62 3D 28
Octal 125 244 50 60 0 114 44 142 75 50
Binary 1010101 10100100 101000 110000 0 1001100 100100 1100010 111101 101000

Color Harmonies of #55A428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A428

Black with #55A428

Text Example


Text Example

White with #55A428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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