Html Css Color HEX #53910A Limeade

📋 copy color: '#53910A'

red 83 ◦ green 145 ◦ blue 10

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

Shades of Limeade #53910A

Tints of Limeade #53910A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.2%

R = 34.87%
G = 60.92%
B = 4.2%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.93

 K value IS 0.43

RGB Variations

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

Color information

#53910A (or 0x53910A) is known color: Limeade. HEX triplet: 53, 91 and 0A. RGB value is (83,145,10). Sum of RGB (Red+Green+Blue) = 83+145+10=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 145 (57.03% from 255 or 60.92% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 145 - color contains mainly: green. Hex color #53910A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53910A is #AC6EF5. Grayscale: #6F6F6F. Windows color (decimal): -11300598 or 692563. OLE color: 692563.

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

Color convert

RGB 83 145 10 -
CMYK 0.43 0 0.93 0.43
HSL 87.56º 0.87% 0.3% -
HSV(B) 87.56º 0.93% 0.57% -
XYZ 13.75 22.11 3.83 -
YUV 111.07 70.96 107.98 -
System Red Green Blue C M Y K H S L
Decimal 83 145 10 0.43 0 0.93 0.43 87.56 0.87 0.3
Hex 53 91 A 2B 0 5D 2B 58 57 1E
Octal 123 221 12 53 0 135 53 130 127 36
Binary 1010011 10010001 1010 101011 0 1011101 101011 1011000 1010111 11110

Color Harmonies of #53910A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53910A

Black with #53910A

Text Example


Text Example

White with #53910A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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