#5DD442

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

Shades of Apple #5DD442

Tints of Apple #5DD442

Color information

#5DD442 (or 0x5DD442) is unknown color: approx Apple. HEX triplet: 5D, D4 and 42. RGB value is (93,212,66). Sum of RGB (Red+Green+Blue) = 93+212+66=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 212 (83.20% from 255 or 57.14% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 212 - color contains mainly: green. Hex color #5DD442 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD442 is #A22BBD. Grayscale: #A0A0A0. Windows color (decimal): -10628030 or 4379741. OLE color: 4379741.

HSL color Cylindrical-coordinate representation of color #5DD442: hue angle of 108.9º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DD442 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB9321266-
CMYK0.5600.690.17
HSL108.9º62.93%54.51%-
HSV(B)108.9º68.87%83.14%-
XYZ29.0449.8113.24-
YUV159.7775.0880.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.07%
GREEN value IS 212 (83.20% from 255) = 57.14%
BLUE value IS 66 (26.17% from 255) = 17.79%
R=25.07%
G=57.14%
B=17.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal93212660.5600.690.17108.962.9354.51
Hex5DD44238045116d3f37
Octal135324102700105211557767
Binary101110111010100100001011100001000101100011101101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,212,66); }

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

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

 a { background-color: rgb(93,212,66); }

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

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

 span { border-color: rgb(93,212,66); }

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