Html Css Color HEX #53A00F Limeade

📋 copy color: '#53A00F'

red 83 ◦ green 160 ◦ blue 15

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

Shades of Limeade #53A00F

Tints of Limeade #53A00F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 62.02%

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

R = 32.17%
G = 62.02%
B = 5.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#53A00F (or 0x53A00F) is known color: Limeade. HEX triplet: 53, A0 and 0F. RGB value is (83,160,15). Sum of RGB (Red+Green+Blue) = 83+160+15=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 160 (62.89% from 255 or 62.02% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 160 - color contains mainly: green. Hex color #53A00F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A00F is #AC5FF0. Grayscale: #787878. Windows color (decimal): -11296753 or 1024083. OLE color: 1024083.

HSL color Cylindrical-coordinate representation of color #53A00F: hue angle of 91.86º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53A00F is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 160 15 -
CMYK 0.48 0 0.91 0.37
HSL 91.86º 0.83% 0.34% -
HSV(B) 91.86º 0.91% 0.63% -
XYZ 16.22 27.02 4.81 -
YUV 120.45 68.49 101.29 -
System Red Green Blue C M Y K H S L
Decimal 83 160 15 0.48 0 0.91 0.37 91.86 0.83 0.34
Hex 53 A0 F 30 0 5B 25 5C 53 22
Octal 123 240 17 60 0 133 45 134 123 42
Binary 1010011 10100000 1111 110000 0 1011011 100101 1011100 1010011 100010

Color Harmonies of #53A00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A00F

Black with #53A00F

Text Example


Text Example

White with #53A00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53A00F; }

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

 H1.HeaderClassName
 {
   color: #53A00F;
 }
 .AnyTagClassName
 {
   color: #53A00F;
 }
</style>

background-color css

<style>
 a { background-color: #53A00F; }

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

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

border-color css

<style>
 span { border-color: #53A00F; }

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

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