Html Css Color HEX #53AA33 Apple

📋 copy color: '#53AA33'

red 83 ◦ green 170 ◦ blue 51

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

Shades of Apple #53AA33

Tints of Apple #53AA33

RGB

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

 GREEN value IS 170 (66.8% from 255) = 55.92%

 BLUE value IS 51 (20.31% from 255) = 16.78%

R = 27.3%
G = 55.92%
B = 16.78%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#53AA33 (or 0x53AA33) is known color: Apple. HEX triplet: 53, AA and 33. RGB value is (83,170,51). Sum of RGB (Red+Green+Blue) = 83+170+51=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AA33 is #AC55CC. Grayscale: #828282. Windows color (decimal): -11294157 or 3385939. OLE color: 3385939.

HSL color Cylindrical-coordinate representation of color #53AA33: hue angle of 103.87º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53AA33 is Cyan = 0.51, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 170 51 -
CMYK 0.51 0 0.7 0.33
HSL 103.87º 0.54% 0.43% -
HSV(B) 103.87º 0.7% 0.67% -
XYZ 18.54 30.83 8.11 -
YUV 130.42 83.18 94.18 -
System Red Green Blue C M Y K H S L
Decimal 83 170 51 0.51 0 0.7 0.33 103.87 0.54 0.43
Hex 53 AA 33 33 0 46 21 68 36 2B
Octal 123 252 63 63 0 106 41 150 66 53
Binary 1010011 10101010 110011 110011 0 1000110 100001 1101000 110110 101011

Color Harmonies of #53AA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AA33

Black with #53AA33

Text Example


Text Example

White with #53AA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,170,51); }

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

background-color css

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

 a { background-color: rgb(83,170,51); }

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

border-color css

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

 span { border-color: rgb(83,170,51); }

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