Html Css Color HEX #52C049 Apple

📋 copy color: '#52C049'

red 82 ◦ green 192 ◦ blue 73

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

Shades of Apple #52C049

Tints of Apple #52C049

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.33%

 BLUE value IS 73 (28.91% from 255) = 21.04%

R = 23.63%
G = 55.33%
B = 21.04%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#52C049 (or 0x52C049) is known color: Apple. HEX triplet: 52, C0 and 49. RGB value is (82,192,73). Sum of RGB (Red+Green+Blue) = 82+192+73=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #52C049 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C049 is #AD3FB6. Grayscale: #919191. Windows color (decimal): -11354039 or 4833362. OLE color: 4833362.

HSL color Cylindrical-coordinate representation of color #52C049: hue angle of 115.46º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52C049 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 73 -
CMYK 0.57 0 0.62 0.25
HSL 115.46º 0.49% 0.52% -
HSV(B) 115.46º 0.62% 0.75% -
XYZ 23.53 39.97 12.78 -
YUV 145.54 87.06 82.68 -
System Red Green Blue C M Y K H S L
Decimal 82 192 73 0.57 0 0.62 0.25 115.46 0.49 0.52
Hex 52 C0 49 39 0 3E 19 73 31 34
Octal 122 300 111 71 0 76 31 163 61 64
Binary 1010010 11000000 1001001 111001 0 111110 11001 1110011 110001 110100

Color Harmonies of #52C049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C049

Black with #52C049

Text Example


Text Example

White with #52C049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,192,73); }

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

background-color css

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

 a { background-color: rgb(82,192,73); }

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

border-color css

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

 span { border-color: rgb(82,192,73); }

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