Html Css Color HEX #55962C Limeade

📋 copy color: '#55962C'

red 85 ◦ green 150 ◦ blue 44

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

Shades of Limeade #55962C

Tints of Limeade #55962C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.76%

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

R = 30.47%
G = 53.76%
B = 15.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#55962C (or 0x55962C) is known color: Limeade. HEX triplet: 55, 96 and 2C. RGB value is (85,150,44). Sum of RGB (Red+Green+Blue) = 85+150+44=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #55962C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55962C is #AA69D3. Grayscale: #767676. Windows color (decimal): -11168212 or 2922069. OLE color: 2922069.

HSL color Cylindrical-coordinate representation of color #55962C: hue angle of 96.79º 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 #55962C is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 44 -
CMYK 0.43 0 0.71 0.41
HSL 96.79º 0.55% 0.38% -
HSV(B) 96.79º 0.71% 0.59% -
XYZ 15.11 23.93 6.2 -
YUV 118.48 85.97 104.12 -
System Red Green Blue C M Y K H S L
Decimal 85 150 44 0.43 0 0.71 0.41 96.79 0.55 0.38
Hex 55 96 2C 2B 0 47 29 61 37 26
Octal 125 226 54 53 0 107 51 141 67 46
Binary 1010101 10010110 101100 101011 0 1000111 101001 1100001 110111 100110

Color Harmonies of #55962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55962C

Black with #55962C

Text Example


Text Example

White with #55962C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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