Html Css Color HEX #53980F Limeade

📋 copy color: '#53980F'

red 83 ◦ green 152 ◦ blue 15

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

Shades of Limeade #53980F

Tints of Limeade #53980F

RGB

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

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

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

R = 33.2%
G = 60.8%
B = 6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#53980F (or 0x53980F) is known color: Limeade. HEX triplet: 53, 98 and 0F. RGB value is (83,152,15). Sum of RGB (Red+Green+Blue) = 83+152+15=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 152 (59.77% from 255 or 60.8% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 152 - color contains mainly: green. Hex color #53980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53980F is #AC67F0. Grayscale: #747474. Windows color (decimal): -11298801 or 1022035. OLE color: 1022035.

HSL color Cylindrical-coordinate representation of color #53980F: hue angle of 90.22º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53980F is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 152 15 -
CMYK 0.45 0 0.90 0.40
HSL 90.22º 0.82% 0.33% -
HSV(B) 90.22º 0.9% 0.6% -
XYZ 14.88 24.33 4.36 -
YUV 115.75 71.14 104.64 -
System Red Green Blue C M Y K H S L
Decimal 83 152 15 0.45 0 0.90 0.40 90.22 0.82 0.33
Hex 53 98 F 2D 0 5A 28 5A 52 21
Octal 123 230 17 55 0 132 50 132 122 41
Binary 1010011 10011000 1111 101101 0 1011010 101000 1011010 1010010 100001

Color Harmonies of #53980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53980F

Black with #53980F

Text Example


Text Example

White with #53980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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