Html Css Color HEX #55951D Limeade

📋 copy color: '#55951D'

red 85 ◦ green 149 ◦ blue 29

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

Shades of Limeade #55951D

Tints of Limeade #55951D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.03%

R = 32.32%
G = 56.65%
B = 11.03%

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

#55951D (or 0x55951D) is known color: Limeade. HEX triplet: 55, 95 and 1D. RGB value is (85,149,29). Sum of RGB (Red+Green+Blue) = 85+149+29=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #55951D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55951D is #AA6AE2. Grayscale: #747474. Windows color (decimal): -11168483 or 1938773. OLE color: 1938773.

HSL color Cylindrical-coordinate representation of color #55951D: hue angle of 92º degrees, saturation: 0.67, 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 #55951D is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 149 29 -
CMYK 0.43 0 0.81 0.42
HSL 92º 0.67% 0.35% -
HSV(B) 92º 0.81% 0.58% -
XYZ 14.72 23.51 4.93 -
YUV 116.18 78.8 105.76 -
System Red Green Blue C M Y K H S L
Decimal 85 149 29 0.43 0 0.81 0.42 92 0.67 0.35
Hex 55 95 1D 2B 0 51 2A 5C 43 23
Octal 125 225 35 53 0 121 52 134 103 43
Binary 1010101 10010101 11101 101011 0 1010001 101010 1011100 1000011 100011

Color Harmonies of #55951D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55951D

Black with #55951D

Text Example


Text Example

White with #55951D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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