#5DD13A

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

Shades of Apple #5DD13A

Tints of Apple #5DD13A

Color information

#5DD13A (or 0x5DD13A) is unknown color: approx Apple. HEX triplet: 5D, D1 and 3A. RGB value is (93,209,58). Sum of RGB (Red+Green+Blue) = 93+209+58=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 209 (82.03% from 255 or 58.06% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD13A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD13A is #A22EC5. Grayscale: #9D9D9D. Windows color (decimal): -10628806 or 3854685. OLE color: 3854685.

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

Color convert

RGB9320958-
CMYK0.5600.720.18
HSL106.09º62.14%52.35%-
HSV(B)106.09º72.25%81.96%-
XYZ28.0848.2311.83-
YUV157.172.0782.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.83%
GREEN value IS 209 (82.03% from 255) = 58.06%
BLUE value IS 58 (23.05% from 255) = 16.11%
R=25.83%
G=58.06%
B=16.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal93209580.5600.720.18106.0962.1452.35
Hex5DD13A38048126a3e34
Octal13532172700110221527664
Binary10111011101000111101011100001001000100101101010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,209,58); }

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

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

 a { background-color: rgb(93,209,58); }

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

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

 span { border-color: rgb(93,209,58); }

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