#53D24C

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

Shades of Apple #53D24C

Tints of Apple #53D24C

Color information

#53D24C (or 0x53D24C) is unknown color: approx Apple. HEX triplet: 53, D2 and 4C. RGB value is (83,210,76). Sum of RGB (Red+Green+Blue) = 83+210+76=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 210 (82.42% from 255 or 56.91% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 210 - color contains mainly: green. Hex color #53D24C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D24C is #AC2DB3. Grayscale: #9D9D9D. Windows color (decimal): -11283892 or 5034579. OLE color: 5034579.

HSL color Cylindrical-coordinate representation of color #53D24C: hue angle of 116.87º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53D24C is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB8321076-
CMYK0.6000.640.18
HSL116.87º59.82%56.08%-
HSV(B)116.87º63.81%82.35%-
XYZ27.9248.4514.72-
YUV156.7582.4275.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.49%
GREEN value IS 210 (82.42% from 255) = 56.91%
BLUE value IS 76 (30.08% from 255) = 20.60%
R=22.49%
G=56.91%
B=20.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal83210760.6000.640.18116.8759.8256.08
Hex53D24C3C04012753c38
Octal123322114740100221657470
Binary101001111010010100110011110001000000100101110101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53D24C; }

 p { color: rgb(83,210,76); }

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

<style>
 a { background-color: #53D24C; }

 a { background-color: rgb(83,210,76); }

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

<style>
 span { border-color: #53D24C; }

 span { border-color: rgb(83,210,76); }

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