Html Css Color HEX #55951C Limeade

📋 copy color: '#55951C'

red 85 ◦ green 149 ◦ blue 28

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

Shades of Limeade #55951C

Tints of Limeade #55951C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.87%

 BLUE value IS 28 (11.33% from 255) = 10.69%

R = 32.44%
G = 56.87%
B = 10.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#55951C (or 0x55951C) is known color: Limeade. HEX triplet: 55, 95 and 1C. RGB value is (85,149,28). Sum of RGB (Red+Green+Blue) = 85+149+28=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #55951C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55951C is #AA6AE3. Grayscale: #747474. Windows color (decimal): -11168484 or 1873237. OLE color: 1873237.

HSL color Cylindrical-coordinate representation of color #55951C: hue angle of 91.74º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55951C is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 149 28 -
CMYK 0.43 0 0.81 0.42
HSL 91.74º 0.68% 0.35% -
HSV(B) 91.74º 0.81% 0.58% -
XYZ 14.7 23.51 4.86 -
YUV 116.07 78.3 105.84 -
System Red Green Blue C M Y K H S L
Decimal 85 149 28 0.43 0 0.81 0.42 91.74 0.68 0.35
Hex 55 95 1C 2B 0 51 2A 5C 44 23
Octal 125 225 34 53 0 121 52 134 104 43
Binary 1010101 10010101 11100 101011 0 1010001 101010 1011100 1000100 100011

Color Harmonies of #55951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55951C

Black with #55951C

Text Example


Text Example

White with #55951C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,149,28); }

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

background-color css

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

 a { background-color: rgb(85,149,28); }

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

border-color css

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

 span { border-color: rgb(85,149,28); }

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