Html Css Color HEX #55961D Limeade

📋 copy color: '#55961D'

red 85 ◦ green 150 ◦ blue 29

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

Shades of Limeade #55961D

Tints of Limeade #55961D

RGB

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

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

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

R = 32.2%
G = 56.82%
B = 10.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#55961D (or 0x55961D) is known color: Limeade. HEX triplet: 55, 96 and 1D. RGB value is (85,150,29). Sum of RGB (Red+Green+Blue) = 85+150+29=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #55961D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55961D is #AA69E2. Grayscale: #757575. Windows color (decimal): -11168227 or 1939029. OLE color: 1939029.

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

Color convert

RGB 85 150 29 -
CMYK 0.43 0 0.81 0.41
HSL 92.23º 0.68% 0.35% -
HSV(B) 92.23º 0.81% 0.59% -
XYZ 14.87 23.83 4.98 -
YUV 116.77 78.47 105.34 -
System Red Green Blue C M Y K H S L
Decimal 85 150 29 0.43 0 0.81 0.41 92.23 0.68 0.35
Hex 55 96 1D 2B 0 51 29 5C 44 23
Octal 125 226 35 53 0 121 51 134 104 43
Binary 1010101 10010110 11101 101011 0 1010001 101001 1011100 1000100 100011

Color Harmonies of #55961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55961D

Black with #55961D

Text Example


Text Example

White with #55961D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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