#52ce4f

Color #52CE4F Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #52CE4F

Tints of Apple #52CE4F

Color information

#52CE4F (or 0x52CE4F) is unknown color: approx Apple. HEX triplet: 52, CE and 4F. RGB value is (82,206,79). Sum of RGB (Red+Green+Blue) = 82+206+79=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE4F is #AD31B0. Grayscale: #9A9A9A. Windows color (decimal): -11350449 or 5230162. OLE color: 5230162.

HSL color Cylindrical-coordinate representation of color #52CE4F: hue angle of 118.58º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52CE4F is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB8220679-
CMYK0.6000.620.19
HSL118.58º56.44%55.88%-
HSV(B)118.58º61.65%80.78%-
XYZ26.9646.514.95-
YUV154.4585.4276.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 206 (80.86% from 255) = 56.13%
BLUE value IS 79 (31.25% from 255) = 21.53%
R=22.34%
G=56.13%
B=21.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal82206790.6000.620.19118.5856.4455.88
Hex52CE4F3C03E13773838
Octal12231611774076231677070
Binary10100101100111010011111111000111110100111110111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ce4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,206,79); }

 H1.HeaderClassName
 {
   color: #52ce4f;
 }
 .AnyTagClassName
 {
   color: #52ce4f;
 }
</style>
background-color css

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

 a { background-color: rgb(82,206,79); }

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

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

 span { border-color: rgb(82,206,79); }

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