#53CB3D

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

Shades of Apple #53CB3D

Tints of Apple #53CB3D

Color information

#53CB3D (or 0x53CB3D) is unknown color: approx Apple. HEX triplet: 53, CB and 3D. RGB value is (83,203,61). Sum of RGB (Red+Green+Blue) = 83+203+61=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 203 (79.69% from 255 or 58.50% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CB3D is #AC34C2. Grayscale: #979797. Windows color (decimal): -11285699 or 4049747. OLE color: 4049747.

HSL color Cylindrical-coordinate representation of color #53CB3D: hue angle of 110.7º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53CB3D is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB8320361-
CMYK0.5900.700.20
HSL110.7º57.72%51.76%-
HSV(B)110.7º69.95%79.61%-
XYZ25.7744.8911.72-
YUV150.9377.2479.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 203 (79.69% from 255) = 58.50%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=23.92%
G=58.50%
B=17.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal83203610.5900.700.20110.757.7251.76
Hex53CB3D3B046146f3a34
Octal12331375730106241577264
Binary10100111100101111110111101101000110101001101111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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