#5DD542

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

Shades of Apple #5DD542

Tints of Apple #5DD542

Color information

#5DD542 (or 0x5DD542) is unknown color: approx Apple. HEX triplet: 5D, D5 and 42. RGB value is (93,213,66). Sum of RGB (Red+Green+Blue) = 93+213+66=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 213 (83.59% from 255 or 57.26% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD542 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD542 is #A22ABD. Grayscale: #A0A0A0. Windows color (decimal): -10627774 or 4379997. OLE color: 4379997.

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

Color convert

RGB9321366-
CMYK0.5600.690.16
HSL108.98º63.64%54.71%-
HSV(B)108.98º69.01%83.53%-
XYZ29.2950.3113.32-
YUV160.3674.7479.95-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25%
GREEN value IS 213 (83.59% from 255) = 57.26%
BLUE value IS 66 (26.17% from 255) = 17.74%
R=25%
G=57.26%
B=17.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal93213660.5600.690.16108.9863.6454.71
Hex5DD54238045106d4037
Octal1353251027001052015510067
Binary1011101110101011000010111000010001011000011011011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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