Html Css Color HEX #52A43F Apple

📋 copy color: '#52A43F'

red 82 ◦ green 164 ◦ blue 63

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

Shades of Apple #52A43F

Tints of Apple #52A43F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 53.07%

 BLUE value IS 63 (25% from 255) = 20.39%

R = 26.54%
G = 53.07%
B = 20.39%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#52A43F (or 0x52A43F) is known color: Apple. HEX triplet: 52, A4 and 3F. RGB value is (82,164,63). Sum of RGB (Red+Green+Blue) = 82+164+63=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 164 (64.45% from 255 or 53.07% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 164 - color contains mainly: green. Hex color #52A43F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A43F is #AD5BC0. Grayscale: #808080. Windows color (decimal): -11361217 or 4170834. OLE color: 4170834.

HSL color Cylindrical-coordinate representation of color #52A43F: hue angle of 108.71º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52A43F is Cyan = 0.5, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 164 63 -
CMYK 0.5 0 0.62 0.36
HSL 108.71º 0.44% 0.45% -
HSV(B) 108.71º 0.62% 0.64% -
XYZ 17.65 28.7 9.31 -
YUV 127.97 91.33 95.21 -
System Red Green Blue C M Y K H S L
Decimal 82 164 63 0.5 0 0.62 0.36 108.71 0.44 0.45
Hex 52 A4 3F 32 0 3E 24 6D 2C 2D
Octal 122 244 77 62 0 76 44 155 54 55
Binary 1010010 10100100 111111 110010 0 111110 100100 1101101 101100 101101

Color Harmonies of #52A43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A43F

Black with #52A43F

Text Example


Text Example

White with #52A43F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,164,63); }

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

background-color css

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

 a { background-color: rgb(82,164,63); }

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

border-color css

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

 span { border-color: rgb(82,164,63); }

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