Html Css Color HEX #55972C Limeade

📋 copy color: '#55972C'

red 85 ◦ green 151 ◦ blue 44

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

Shades of Limeade #55972C

Tints of Limeade #55972C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.93%

 BLUE value IS 44 (17.58% from 255) = 15.71%

R = 30.36%
G = 53.93%
B = 15.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#55972C (or 0x55972C) is known color: Limeade. HEX triplet: 55, 97 and 2C. RGB value is (85,151,44). Sum of RGB (Red+Green+Blue) = 85+151+44=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 151 (59.38% from 255 or 53.93% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 151 - color contains mainly: green. Hex color #55972C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55972C is #AA68D3. Grayscale: #777777. Windows color (decimal): -11167956 or 2922325. OLE color: 2922325.

HSL color Cylindrical-coordinate representation of color #55972C: hue angle of 97.01º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55972C is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 151 44 -
CMYK 0.44 0 0.71 0.41
HSL 97.01º 0.55% 0.38% -
HSV(B) 97.01º 0.71% 0.59% -
XYZ 15.27 24.25 6.26 -
YUV 119.07 85.63 103.7 -
System Red Green Blue C M Y K H S L
Decimal 85 151 44 0.44 0 0.71 0.41 97.01 0.55 0.38
Hex 55 97 2C 2C 0 47 29 61 37 26
Octal 125 227 54 54 0 107 51 141 67 46
Binary 1010101 10010111 101100 101100 0 1000111 101001 1100001 110111 100110

Color Harmonies of #55972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55972C

Black with #55972C

Text Example


Text Example

White with #55972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55972C; }

 p { color: rgb(85,151,44); }

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

background-color css

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

 a { background-color: rgb(85,151,44); }

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

border-color css

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

 span { border-color: rgb(85,151,44); }

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