Html Css Color HEX #55972F Limeade

📋 copy color: '#55972F'

red 85 ◦ green 151 ◦ blue 47

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

Shades of Limeade #55972F

Tints of Limeade #55972F

RGB

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

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

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

R = 30.04%
G = 53.36%
B = 16.61%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#55972F (or 0x55972F) is known color: Limeade. HEX triplet: 55, 97 and 2F. RGB value is (85,151,47). Sum of RGB (Red+Green+Blue) = 85+151+47=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #55972F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55972F is #AA68D0. Grayscale: #777777. Windows color (decimal): -11167953 or 3118933. OLE color: 3118933.

HSL color Cylindrical-coordinate representation of color #55972F: hue angle of 98.08º degrees, saturation: 0.53, 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 #55972F is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 151 47 -
CMYK 0.44 0 0.69 0.41
HSL 98.08º 0.53% 0.39% -
HSV(B) 98.08º 0.69% 0.59% -
XYZ 15.33 24.27 6.57 -
YUV 119.41 87.13 103.46 -
System Red Green Blue C M Y K H S L
Decimal 85 151 47 0.44 0 0.69 0.41 98.08 0.53 0.39
Hex 55 97 2F 2C 0 45 29 62 35 27
Octal 125 227 57 54 0 105 51 142 65 47
Binary 1010101 10010111 101111 101100 0 1000101 101001 1100010 110101 100111

Color Harmonies of #55972F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55972F

Black with #55972F

Text Example


Text Example

White with #55972F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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