Html Css Color HEX #52C04C Apple

📋 copy color: '#52C04C'

red 82 ◦ green 192 ◦ blue 76

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

Shades of Apple #52C04C

Tints of Apple #52C04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 23.43%
G = 54.86%
B = 21.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#52C04C (or 0x52C04C) is known color: Apple. HEX triplet: 52, C0 and 4C. RGB value is (82,192,76). Sum of RGB (Red+Green+Blue) = 82+192+76=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #52C04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C04C is #AD3FB3. Grayscale: #929292. Windows color (decimal): -11354036 or 5029970. OLE color: 5029970.

HSL color Cylindrical-coordinate representation of color #52C04C: hue angle of 116.9º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52C04C is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 76 -
CMYK 0.57 0 0.60 0.25
HSL 116.9º 0.48% 0.53% -
HSV(B) 116.9º 0.6% 0.75% -
XYZ 23.63 40.01 13.32 -
YUV 145.89 88.56 82.43 -
System Red Green Blue C M Y K H S L
Decimal 82 192 76 0.57 0 0.60 0.25 116.9 0.48 0.53
Hex 52 C0 4C 39 0 3C 19 75 30 35
Octal 122 300 114 71 0 74 31 165 60 65
Binary 1010010 11000000 1001100 111001 0 111100 11001 1110101 110000 110101

Color Harmonies of #52C04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C04C

Black with #52C04C

Text Example


Text Example

White with #52C04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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