Html Css Color HEX #53910B Limeade

📋 copy color: '#53910B'

red 83 ◦ green 145 ◦ blue 11

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

Shades of Limeade #53910B

Tints of Limeade #53910B

RGB

 RED value IS 83 (32.81% from 255) = 34.73%

 GREEN value IS 145 (57.03% from 255) = 60.67%

 BLUE value IS 11 (4.69% from 255) = 4.6%

R = 34.73%
G = 60.67%
B = 4.6%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#53910B (or 0x53910B) is known color: Limeade. HEX triplet: 53, 91 and 0B. RGB value is (83,145,11). Sum of RGB (Red+Green+Blue) = 83+145+11=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 145 (57.03% from 255 or 60.67% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 145 - color contains mainly: green. Hex color #53910B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53910B is #AC6EF4. Grayscale: #6F6F6F. Windows color (decimal): -11300597 or 758099. OLE color: 758099.

HSL color Cylindrical-coordinate representation of color #53910B: hue angle of 87.76º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53910B is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 145 11 -
CMYK 0.43 0 0.92 0.43
HSL 87.76º 0.86% 0.31% -
HSV(B) 87.76º 0.92% 0.57% -
XYZ 13.75 22.11 3.86 -
YUV 111.19 71.46 107.9 -
System Red Green Blue C M Y K H S L
Decimal 83 145 11 0.43 0 0.92 0.43 87.76 0.86 0.31
Hex 53 91 B 2B 0 5C 2B 58 56 1F
Octal 123 221 13 53 0 134 53 130 126 37
Binary 1010011 10010001 1011 101011 0 1011100 101011 1011000 1010110 11111

Color Harmonies of #53910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53910B

Black with #53910B

Text Example


Text Example

White with #53910B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53910B; }

 p { color: rgb(83,145,11); }

 H1.HeaderClassName
 {
   color: #53910B;
 }
 .AnyTagClassName
 {
   color: #53910B;
 }
</style>

background-color css

<style>
 a { background-color: #53910B; }

 a { background-color: rgb(83,145,11); }

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

border-color css

<style>
 span { border-color: #53910B; }

 span { border-color: rgb(83,145,11); }

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