Html Css Color HEX #55962F Limeade

📋 copy color: '#55962F'

red 85 ◦ green 150 ◦ blue 47

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

Shades of Limeade #55962F

Tints of Limeade #55962F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.67%

R = 30.14%
G = 53.19%
B = 16.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#55962F (or 0x55962F) is known color: Limeade. HEX triplet: 55, 96 and 2F. RGB value is (85,150,47). Sum of RGB (Red+Green+Blue) = 85+150+47=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #55962F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55962F is #AA69D0. Grayscale: #777777. Windows color (decimal): -11168209 or 3118677. OLE color: 3118677.

HSL color Cylindrical-coordinate representation of color #55962F: hue angle of 97.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55962F is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 47 -
CMYK 0.43 0 0.69 0.41
HSL 97.86º 0.52% 0.39% -
HSV(B) 97.86º 0.69% 0.59% -
XYZ 15.17 23.95 6.51 -
YUV 118.82 87.47 103.88 -
System Red Green Blue C M Y K H S L
Decimal 85 150 47 0.43 0 0.69 0.41 97.86 0.52 0.39
Hex 55 96 2F 2B 0 45 29 62 34 27
Octal 125 226 57 53 0 105 51 142 64 47
Binary 1010101 10010110 101111 101011 0 1000101 101001 1100010 110100 100111

Color Harmonies of #55962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55962F

Black with #55962F

Text Example


Text Example

White with #55962F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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