Html Css Color HEX #52CA49 Apple

📋 copy color: '#52CA49'

red 82 ◦ green 202 ◦ blue 73

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

Shades of Apple #52CA49

Tints of Apple #52CA49

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.58%

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

R = 22.97%
G = 56.58%
B = 20.45%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#52CA49 (or 0x52CA49) is known color: Apple. HEX triplet: 52, CA and 49. RGB value is (82,202,73). Sum of RGB (Red+Green+Blue) = 82+202+73=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 202 (79.30% from 255 or 56.58% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CA49 is #AD35B6. Grayscale: #979797. Windows color (decimal): -11351479 or 4835922. OLE color: 4835922.

HSL color Cylindrical-coordinate representation of color #52CA49: hue angle of 115.81º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52CA49 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 202 73 -
CMYK 0.59 0 0.64 0.21
HSL 115.81º 0.55% 0.54% -
HSV(B) 115.81º 0.64% 0.79% -
XYZ 25.8 44.52 13.54 -
YUV 151.41 83.74 78.49 -
System Red Green Blue C M Y K H S L
Decimal 82 202 73 0.59 0 0.64 0.21 115.81 0.55 0.54
Hex 52 CA 49 3B 0 40 15 74 37 36
Octal 122 312 111 73 0 100 25 164 67 66
Binary 1010010 11001010 1001001 111011 0 1000000 10101 1110100 110111 110110

Color Harmonies of #52CA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CA49

Black with #52CA49

Text Example


Text Example

White with #52CA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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