#53C33D

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

Shades of Apple #53C33D

Tints of Apple #53C33D

Color information

#53C33D (or 0x53C33D) is unknown color: approx Apple. HEX triplet: 53, C3 and 3D. RGB value is (83,195,61). Sum of RGB (Red+Green+Blue) = 83+195+61=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #53C33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C33D is #AC3CC2. Grayscale: #929292. Windows color (decimal): -11287747 or 4047699. OLE color: 4047699.

HSL color Cylindrical-coordinate representation of color #53C33D: hue angle of 110.15º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53C33D is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB8319561-
CMYK0.5700.690.24
HSL110.15º52.76%50.2%-
HSV(B)110.15º68.72%76.47%-
XYZ23.9241.2111.11-
YUV146.2479.8982.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.48%
GREEN value IS 195 (76.56% from 255) = 57.52%
BLUE value IS 61 (24.22% from 255) = 17.99%
R=24.48%
G=57.52%
B=17.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal83195610.5700.690.24110.1552.7650.2
Hex53C33D39045186e3532
Octal12330375710105301566562
Binary10100111100001111110111100101000101110001101110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,195,61); }

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

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

 a { background-color: rgb(83,195,61); }

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

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

 span { border-color: rgb(83,195,61); }

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