#5DD153

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

Shades of Apple #5DD153

Tints of Apple #5DD153

Color information

#5DD153 (or 0x5DD153) is unknown color: approx Apple. HEX triplet: 5D, D1 and 53. RGB value is (93,209,83). Sum of RGB (Red+Green+Blue) = 93+209+83=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 209 (82.03% from 255 or 54.29% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD153 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD153 is #A22EAC. Grayscale: #A0A0A0. Windows color (decimal): -10628781 or 5493085. OLE color: 5493085.

HSL color Cylindrical-coordinate representation of color #5DD153: hue angle of 115.24º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DD153 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB9320983-
CMYK0.5600.600.18
HSL115.24º57.8%57.25%-
HSV(B)115.24º60.29%81.96%-
XYZ28.8848.5516.03-
YUV159.9584.5780.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.16%
GREEN value IS 209 (82.03% from 255) = 54.29%
BLUE value IS 83 (32.81% from 255) = 21.56%
R=24.16%
G=54.29%
B=21.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal93209830.5600.600.18115.2457.857.25
Hex5DD1533803C12733a39
Octal13532112370074221637271
Binary10111011101000110100111110000111100100101110011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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