Html Css Color HEX #53910E Limeade

📋 copy color: '#53910E'

red 83 ◦ green 145 ◦ blue 14

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

Shades of Limeade #53910E

Tints of Limeade #53910E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.79%

R = 34.3%
G = 59.92%
B = 5.79%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#53910E (or 0x53910E) is known color: Limeade. HEX triplet: 53, 91 and 0E. RGB value is (83,145,14). Sum of RGB (Red+Green+Blue) = 83+145+14=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #53910E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53910E is #AC6EF1. Grayscale: #6F6F6F. Windows color (decimal): -11300594 or 954707. OLE color: 954707.

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

Color convert

RGB 83 145 14 -
CMYK 0.43 0 0.90 0.43
HSL 88.4º 0.82% 0.31% -
HSV(B) 88.4º 0.9% 0.57% -
XYZ 13.77 22.12 3.96 -
YUV 111.53 72.96 107.65 -
System Red Green Blue C M Y K H S L
Decimal 83 145 14 0.43 0 0.90 0.43 88.4 0.82 0.31
Hex 53 91 E 2B 0 5A 2B 58 52 1F
Octal 123 221 16 53 0 132 53 130 122 37
Binary 1010011 10010001 1110 101011 0 1011010 101011 1011000 1010010 11111

Color Harmonies of #53910E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53910E

Black with #53910E

Text Example


Text Example

White with #53910E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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