Html Css Color HEX #52AC33 Apple

📋 copy color: '#52AC33'

red 82 ◦ green 172 ◦ blue 51

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

Shades of Apple #52AC33

Tints of Apple #52AC33

RGB

 RED value IS 82 (32.42% from 255) = 26.89%

 GREEN value IS 172 (67.58% from 255) = 56.39%

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

R = 26.89%
G = 56.39%
B = 16.72%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#52AC33 (or 0x52AC33) is known color: Apple. HEX triplet: 52, AC and 33. RGB value is (82,172,51). Sum of RGB (Red+Green+Blue) = 82+172+51=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AC33 is #AD53CC. Grayscale: #838383. Windows color (decimal): -11359181 or 3386450. OLE color: 3386450.

HSL color Cylindrical-coordinate representation of color #52AC33: hue angle of 104.63º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52AC33 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 172 51 -
CMYK 0.52 0 0.70 0.33
HSL 104.63º 0.54% 0.44% -
HSV(B) 104.63º 0.7% 0.67% -
XYZ 18.83 31.54 8.23 -
YUV 131.3 82.68 92.84 -
System Red Green Blue C M Y K H S L
Decimal 82 172 51 0.52 0 0.70 0.33 104.63 0.54 0.44
Hex 52 AC 33 34 0 46 21 69 36 2C
Octal 122 254 63 64 0 106 41 151 66 54
Binary 1010010 10101100 110011 110100 0 1000110 100001 1101001 110110 101100

Color Harmonies of #52AC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AC33

Black with #52AC33

Text Example


Text Example

White with #52AC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52AC33; }

 p { color: rgb(82,172,51); }

 H1.HeaderClassName
 {
   color: #52AC33;
 }
 .AnyTagClassName
 {
   color: #52AC33;
 }
</style>

background-color css

<style>
 a { background-color: #52AC33; }

 a { background-color: rgb(82,172,51); }

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

border-color css

<style>
 span { border-color: #52AC33; }

 span { border-color: rgb(82,172,51); }

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