#5AD13D

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

Shades of Apple #5AD13D

Tints of Apple #5AD13D

Color information

#5AD13D (or 0x5AD13D) is unknown color: approx Apple. HEX triplet: 5A, D1 and 3D. RGB value is (90,209,61). Sum of RGB (Red+Green+Blue) = 90+209+61=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 209 (82.03% from 255 or 58.06% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 209 - color contains mainly: green. Hex color #5AD13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD13D is #A52EC2. Grayscale: #9D9D9D. Windows color (decimal): -10825411 or 4051290. OLE color: 4051290.

HSL color Cylindrical-coordinate representation of color #5AD13D: hue angle of 108.24º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5AD13D is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB9020961-
CMYK0.5700.710.18
HSL108.24º61.67%52.94%-
HSV(B)108.24º70.81%81.96%-
XYZ27.8648.1112.23-
YUV156.5574.0880.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25%
GREEN value IS 209 (82.03% from 255) = 58.06%
BLUE value IS 61 (24.22% from 255) = 16.94%
R=25%
G=58.06%
B=16.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal90209610.5700.710.18108.2461.6752.94
Hex5AD13D39047126c3e35
Octal13232175710107221547665
Binary10110101101000111110111100101000111100101101100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AD13D; }

 p { color: rgb(90,209,61); }

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

<style>
 a { background-color: #5AD13D; }

 a { background-color: rgb(90,209,61); }

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

<style>
 span { border-color: #5AD13D; }

 span { border-color: rgb(90,209,61); }

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