#53CA41

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

Shades of Apple #53CA41

Tints of Apple #53CA41

Color information

#53CA41 (or 0x53CA41) is unknown color: approx Apple. HEX triplet: 53, CA and 41. RGB value is (83,202,65). Sum of RGB (Red+Green+Blue) = 83+202+65=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CA41 is #AC35BE. Grayscale: #979797. Windows color (decimal): -11285951 or 4311635. OLE color: 4311635.

HSL color Cylindrical-coordinate representation of color #53CA41: hue angle of 112.12º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53CA41 is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB8320265-
CMYK0.5900.680.21
HSL112.12º56.38%52.35%-
HSV(B)112.12º67.82%79.22%-
XYZ25.6444.4612.23-
YUV150.879.5879.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.71%
GREEN value IS 202 (79.30% from 255) = 57.71%
BLUE value IS 65 (25.78% from 255) = 18.57%
R=23.71%
G=57.71%
B=18.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83202650.5900.680.21112.1256.3852.35
Hex53CA413B04415703834
Octal123312101730104251607064
Binary101001111001010100000111101101000100101011110000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,202,65); }

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

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

 a { background-color: rgb(83,202,65); }

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

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

 span { border-color: rgb(83,202,65); }

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