#5dd139

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

Shades of Apple #5DD139

Tints of Apple #5DD139

Color information

#5DD139 (or 0x5DD139) is unknown color: approx Apple. HEX triplet: 5D, D1 and 39. RGB value is (93,209,57). Sum of RGB (Red+Green+Blue) = 93+209+57=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 209 (82.03% from 255 or 58.22% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD139 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD139 is #A22EC6. Grayscale: #9D9D9D. Windows color (decimal): -10628807 or 3789149. OLE color: 3789149.

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

Color convert

RGB9320957-
CMYK0.5600.730.18
HSL105.79º62.3%52.16%-
HSV(B)105.79º72.73%81.96%-
XYZ28.0548.2211.7-
YUV156.9971.5782.36-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.91%
GREEN value IS 209 (82.03% from 255) = 58.22%
BLUE value IS 57 (22.66% from 255) = 15.88%
R=25.91%
G=58.22%
B=15.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal93209570.5600.730.18105.7962.352.16
Hex5DD13938049126a3e34
Octal13532171700111221527664
Binary10111011101000111100111100001001001100101101010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5dd139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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