#5DD140

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

Shades of Apple #5DD140

Tints of Apple #5DD140

Color information

#5DD140 (or 0x5DD140) is unknown color: approx Apple. HEX triplet: 5D, D1 and 40. RGB value is (93,209,64). Sum of RGB (Red+Green+Blue) = 93+209+64=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 209 (82.03% from 255 or 57.10% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD140 is #A22EBF. Grayscale: #9E9E9E. Windows color (decimal): -10628800 or 4247901. OLE color: 4247901.

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

Color convert

RGB9320964-
CMYK0.5600.690.18
HSL108º61.18%53.53%-
HSV(B)108º69.38%81.96%-
XYZ28.2448.312.68-
YUV157.7975.0781.79-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.41%
GREEN value IS 209 (82.03% from 255) = 57.10%
BLUE value IS 64 (25.39% from 255) = 17.49%
R=25.41%
G=57.10%
B=17.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal93209640.5600.690.1810861.1853.53
Hex5DD14038045126c3d36
Octal135321100700105221547566
Binary101110111010001100000011100001000101100101101100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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