Html Css Color HEX #55A433 Limeade

📋 copy color: '#55A433'

red 85 ◦ green 164 ◦ blue 51

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

Shades of Limeade #55A433

Tints of Limeade #55A433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17%

R = 28.33%
G = 54.67%
B = 17%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#55A433 (or 0x55A433) is known color: Limeade. HEX triplet: 55, A4 and 33. RGB value is (85,164,51). Sum of RGB (Red+Green+Blue) = 85+164+51=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 164 (64.45% from 255 or 54.67% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 164 - color contains mainly: green. Hex color #55A433 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A433 is #AA5BCC. Grayscale: #7F7F7F. Windows color (decimal): -11164621 or 3384405. OLE color: 3384405.

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

Color convert

RGB 85 164 51 -
CMYK 0.48 0 0.69 0.36
HSL 101.95º 0.53% 0.42% -
HSV(B) 101.95º 0.69% 0.64% -
XYZ 17.62 28.72 7.75 -
YUV 127.5 84.83 97.69 -
System Red Green Blue C M Y K H S L
Decimal 85 164 51 0.48 0 0.69 0.36 101.95 0.53 0.42
Hex 55 A4 33 30 0 45 24 66 35 2A
Octal 125 244 63 60 0 105 44 146 65 52
Binary 1010101 10100100 110011 110000 0 1000101 100100 1100110 110101 101010

Color Harmonies of #55A433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A433

Black with #55A433

Text Example


Text Example

White with #55A433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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