Html Css Color HEX #55950D Limeade

📋 copy color: '#55950D'

red 85 ◦ green 149 ◦ blue 13

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

Shades of Limeade #55950D

Tints of Limeade #55950D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.26%

R = 34.41%
G = 60.32%
B = 5.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#55950D (or 0x55950D) is known color: Limeade. HEX triplet: 55, 95 and 0D. RGB value is (85,149,13). Sum of RGB (Red+Green+Blue) = 85+149+13=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 149 (58.59% from 255 or 60.32% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 149 - color contains mainly: green. Hex color #55950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55950D is #AA6AF2. Grayscale: #727272. Windows color (decimal): -11168499 or 890197. OLE color: 890197.

HSL color Cylindrical-coordinate representation of color #55950D: hue angle of 88.24º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55950D is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 149 13 -
CMYK 0.43 0 0.91 0.42
HSL 88.24º 0.84% 0.32% -
HSV(B) 88.24º 0.91% 0.58% -
XYZ 14.57 23.46 4.14 -
YUV 114.36 70.8 107.06 -
System Red Green Blue C M Y K H S L
Decimal 85 149 13 0.43 0 0.91 0.42 88.24 0.84 0.32
Hex 55 95 D 2B 0 5B 2A 58 54 20
Octal 125 225 15 53 0 133 52 130 124 40
Binary 1010101 10010101 1101 101011 0 1011011 101010 1011000 1010100 100000

Color Harmonies of #55950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55950D

Black with #55950D

Text Example


Text Example

White with #55950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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