Html Css Color HEX #53AD36 Apple

📋 copy color: '#53AD36'

red 83 ◦ green 173 ◦ blue 54

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

Shades of Apple #53AD36

Tints of Apple #53AD36

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.81%

 BLUE value IS 54 (21.48% from 255) = 17.42%

R = 26.77%
G = 55.81%
B = 17.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#53AD36 (or 0x53AD36) is known color: Apple. HEX triplet: 53, AD and 36. RGB value is (83,173,54). Sum of RGB (Red+Green+Blue) = 83+173+54=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AD36 is #AC52C9. Grayscale: #848484. Windows color (decimal): -11293386 or 3583315. OLE color: 3583315.

HSL color Cylindrical-coordinate representation of color #53AD36: hue angle of 105.38º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53AD36 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 173 54 -
CMYK 0.52 0 0.69 0.32
HSL 105.38º 0.52% 0.45% -
HSV(B) 105.38º 0.69% 0.68% -
XYZ 19.18 31.99 8.65 -
YUV 132.52 83.68 92.68 -
System Red Green Blue C M Y K H S L
Decimal 83 173 54 0.52 0 0.69 0.32 105.38 0.52 0.45
Hex 53 AD 36 34 0 45 20 69 34 2D
Octal 123 255 66 64 0 105 40 151 64 55
Binary 1010011 10101101 110110 110100 0 1000101 100000 1101001 110100 101101

Color Harmonies of #53AD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AD36

Black with #53AD36

Text Example


Text Example

White with #53AD36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,173,54); }

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

background-color css

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

 a { background-color: rgb(83,173,54); }

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

border-color css

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

 span { border-color: rgb(83,173,54); }

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