#53CF4E

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

Shades of Apple #53CF4E

Tints of Apple #53CF4E

Color information

#53CF4E (or 0x53CF4E) is unknown color: approx Apple. HEX triplet: 53, CF and 4E. RGB value is (83,207,78). Sum of RGB (Red+Green+Blue) = 83+207+78=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 207 (81.25% from 255 or 56.25% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CF4E is #AC30B1. Grayscale: #9B9B9B. Windows color (decimal): -11284658 or 5164883. OLE color: 5164883.

HSL color Cylindrical-coordinate representation of color #53CF4E: hue angle of 117.67º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53CF4E is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB8320778-
CMYK0.6000.620.19
HSL117.67º57.33%55.88%-
HSV(B)117.67º62.32%81.18%-
XYZ27.2647.0114.85-
YUV155.2284.4276.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.55%
GREEN value IS 207 (81.25% from 255) = 56.25%
BLUE value IS 78 (30.86% from 255) = 21.20%
R=22.55%
G=56.25%
B=21.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal83207780.6000.620.19117.6757.3355.88
Hex53CF4E3C03E13763938
Octal12331711674076231667170
Binary10100111100111110011101111000111110100111110110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,207,78); }

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

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

 a { background-color: rgb(83,207,78); }

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

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

 span { border-color: rgb(83,207,78); }

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