#52C144

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

Shades of Apple #52C144

Tints of Apple #52C144

Color information

#52C144 (or 0x52C144) is unknown color: approx Apple. HEX triplet: 52, C1 and 44. RGB value is (82,193,68). Sum of RGB (Red+Green+Blue) = 82+193+68=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 193 (75.78% from 255 or 56.27% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 193 - color contains mainly: green. Hex color #52C144 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C144 is #AD3EBB. Grayscale: #919191. Windows color (decimal): -11353788 or 4505938. OLE color: 4505938.

HSL color Cylindrical-coordinate representation of color #52C144: hue angle of 113.28º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52C144 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB8219368-
CMYK0.5800.650.24
HSL113.28º50.2%51.18%-
HSV(B)113.28º64.77%75.69%-
XYZ23.5940.3512.01-
YUV145.5684.2382.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.91%
GREEN value IS 193 (75.78% from 255) = 56.27%
BLUE value IS 68 (26.95% from 255) = 19.83%
R=23.91%
G=56.27%
B=19.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82193680.5800.650.24113.2850.251.18
Hex52C1443A04118713233
Octal122301104720101301616263
Binary101001011000001100010011101001000001110001110001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,193,68); }

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

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

 a { background-color: rgb(82,193,68); }

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

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

 span { border-color: rgb(82,193,68); }

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