Html Css Color HEX #53910F Limeade

📋 copy color: '#53910F'

red 83 ◦ green 145 ◦ blue 15

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

Shades of Limeade #53910F

Tints of Limeade #53910F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.17%

R = 34.16%
G = 59.67%
B = 6.17%

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

#53910F (or 0x53910F) is known color: Limeade. HEX triplet: 53, 91 and 0F. RGB value is (83,145,15). Sum of RGB (Red+Green+Blue) = 83+145+15=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 145 (57.03% from 255 or 59.67% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 145 - color contains mainly: green. Hex color #53910F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53910F is #AC6EF0. Grayscale: #707070. Windows color (decimal): -11300593 or 1020243. OLE color: 1020243.

HSL color Cylindrical-coordinate representation of color #53910F: hue angle of 88.62º degrees, saturation: 0.81, 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 #53910F is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 145 15 -
CMYK 0.43 0 0.90 0.43
HSL 88.62º 0.81% 0.31% -
HSV(B) 88.62º 0.9% 0.57% -
XYZ 13.78 22.12 4 -
YUV 111.64 73.46 107.57 -
System Red Green Blue C M Y K H S L
Decimal 83 145 15 0.43 0 0.90 0.43 88.62 0.81 0.31
Hex 53 91 F 2B 0 5A 2B 59 51 1F
Octal 123 221 17 53 0 132 53 131 121 37
Binary 1010011 10010001 1111 101011 0 1011010 101011 1011001 1010001 11111

Color Harmonies of #53910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53910F

Black with #53910F

Text Example


Text Example

White with #53910F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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