Html Css Color HEX #55941D Limeade

📋 copy color: '#55941D'

red 85 ◦ green 148 ◦ blue 29

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

Shades of Limeade #55941D

Tints of Limeade #55941D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.49%

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

R = 32.44%
G = 56.49%
B = 11.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#55941D (or 0x55941D) is known color: Limeade. HEX triplet: 55, 94 and 1D. RGB value is (85,148,29). Sum of RGB (Red+Green+Blue) = 85+148+29=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #55941D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55941D is #AA6BE2. Grayscale: #747474. Windows color (decimal): -11168739 or 1938517. OLE color: 1938517.

HSL color Cylindrical-coordinate representation of color #55941D: hue angle of 91.76º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55941D is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 148 29 -
CMYK 0.43 0 0.80 0.42
HSL 91.76º 0.67% 0.35% -
HSV(B) 91.76º 0.8% 0.58% -
XYZ 14.56 23.2 4.87 -
YUV 115.6 79.13 106.18 -
System Red Green Blue C M Y K H S L
Decimal 85 148 29 0.43 0 0.80 0.42 91.76 0.67 0.35
Hex 55 94 1D 2B 0 50 2A 5C 43 23
Octal 125 224 35 53 0 120 52 134 103 43
Binary 1010101 10010100 11101 101011 0 1010000 101010 1011100 1000011 100011

Color Harmonies of #55941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55941D

Black with #55941D

Text Example


Text Example

White with #55941D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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