Html Css Color HEX #52AF32 Apple

📋 copy color: '#52AF32'

red 82 ◦ green 175 ◦ blue 50

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

Shades of Apple #52AF32

Tints of Apple #52AF32

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57%

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 26.71%
G = 57%
B = 16.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#52AF32 (or 0x52AF32) is known color: Apple. HEX triplet: 52, AF and 32. RGB value is (82,175,50). Sum of RGB (Red+Green+Blue) = 82+175+50=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AF32 is #AD50CD. Grayscale: #858585. Windows color (decimal): -11358414 or 3321682. OLE color: 3321682.

HSL color Cylindrical-coordinate representation of color #52AF32: hue angle of 104.64º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52AF32 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 175 50 -
CMYK 0.53 0 0.71 0.31
HSL 104.64º 0.56% 0.44% -
HSV(B) 104.64º 0.71% 0.69% -
XYZ 19.39 32.68 8.3 -
YUV 132.94 81.19 91.66 -
System Red Green Blue C M Y K H S L
Decimal 82 175 50 0.53 0 0.71 0.31 104.64 0.56 0.44
Hex 52 AF 32 35 0 47 1F 69 38 2C
Octal 122 257 62 65 0 107 37 151 70 54
Binary 1010010 10101111 110010 110101 0 1000111 11111 1101001 111000 101100

Color Harmonies of #52AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AF32

Black with #52AF32

Text Example


Text Example

White with #52AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,175,50); }

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

background-color css

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

 a { background-color: rgb(82,175,50); }

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

border-color css

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

 span { border-color: rgb(82,175,50); }

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