Html Css Color HEX #53980B Limeade

📋 copy color: '#53980B'

red 83 ◦ green 152 ◦ blue 11

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

Shades of Limeade #53980B

Tints of Limeade #53980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 61.79%

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

R = 33.74%
G = 61.79%
B = 4.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#53980B (or 0x53980B) is known color: Limeade. HEX triplet: 53, 98 and 0B. RGB value is (83,152,11). Sum of RGB (Red+Green+Blue) = 83+152+11=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 152 (59.77% from 255 or 61.79% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 152 - color contains mainly: green. Hex color #53980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53980B is #AC67F4. Grayscale: #737373. Windows color (decimal): -11298805 or 759891. OLE color: 759891.

HSL color Cylindrical-coordinate representation of color #53980B: hue angle of 89.36º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53980B is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 152 11 -
CMYK 0.45 0 0.93 0.40
HSL 89.36º 0.87% 0.32% -
HSV(B) 89.36º 0.93% 0.6% -
XYZ 14.86 24.32 4.23 -
YUV 115.3 69.14 104.96 -
System Red Green Blue C M Y K H S L
Decimal 83 152 11 0.45 0 0.93 0.40 89.36 0.87 0.32
Hex 53 98 B 2D 0 5D 28 59 57 20
Octal 123 230 13 55 0 135 50 131 127 40
Binary 1010011 10011000 1011 101101 0 1011101 101000 1011001 1010111 100000

Color Harmonies of #53980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53980B

Black with #53980B

Text Example


Text Example

White with #53980B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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