#52CF4E

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

Shades of Apple #52CF4E

Tints of Apple #52CF4E

Color information

#52CF4E (or 0x52CF4E) is unknown color: approx Apple. HEX triplet: 52, CF and 4E. RGB value is (82,207,78). Sum of RGB (Red+Green+Blue) = 82+207+78=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CF4E is #AD30B1. Grayscale: #9B9B9B. Windows color (decimal): -11350194 or 5164882. OLE color: 5164882.

HSL color Cylindrical-coordinate representation of color #52CF4E: hue angle of 118.14º degrees, saturation: 0.57, 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 #52CF4E is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB8220778-
CMYK0.6000.620.19
HSL118.14º57.33%55.88%-
HSV(B)118.14º62.32%81.18%-
XYZ27.1746.9714.84-
YUV154.9284.5975.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 207 (81.25% from 255) = 56.40%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=22.34%
G=56.40%
B=21.25%

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
Decimal82207780.6000.620.19118.1457.3355.88
Hex52CF4E3C03E13763938
Octal12231711674076231667170
Binary10100101100111110011101111000111110100111110110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,207,78); }

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

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

 a { background-color: rgb(82,207,78); }

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

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

 span { border-color: rgb(82,207,78); }

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