Html Css Color HEX #55A623 Limeade

📋 copy color: '#55A623'

red 85 ◦ green 166 ◦ blue 35

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

Shades of Limeade #55A623

Tints of Limeade #55A623

RGB

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

 GREEN value IS 166 (65.23% from 255) = 58.04%

 BLUE value IS 35 (14.06% from 255) = 12.24%

R = 29.72%
G = 58.04%
B = 12.24%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#55A623 (or 0x55A623) is known color: Limeade. HEX triplet: 55, A6 and 23. RGB value is (85,166,35). Sum of RGB (Red+Green+Blue) = 85+166+35=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #55A623 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A623 is #AA59DC. Grayscale: #7F7F7F. Windows color (decimal): -11164125 or 2336341. OLE color: 2336341.

HSL color Cylindrical-coordinate representation of color #55A623: hue angle of 97.1º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55A623 is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 166 35 -
CMYK 0.49 0 0.79 0.35
HSL 97.1º 0.65% 0.39% -
HSV(B) 97.1º 0.79% 0.65% -
XYZ 17.69 29.33 6.32 -
YUV 126.85 76.16 98.15 -
System Red Green Blue C M Y K H S L
Decimal 85 166 35 0.49 0 0.79 0.35 97.1 0.65 0.39
Hex 55 A6 23 31 0 4F 23 61 41 27
Octal 125 246 43 61 0 117 43 141 101 47
Binary 1010101 10100110 100011 110001 0 1001111 100011 1100001 1000001 100111

Color Harmonies of #55A623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A623

Black with #55A623

Text Example


Text Example

White with #55A623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,166,35); }

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

background-color css

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

 a { background-color: rgb(85,166,35); }

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

border-color css

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

 span { border-color: rgb(85,166,35); }

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