#5DD543

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

Shades of Apple #5DD543

Tints of Apple #5DD543

Color information

#5DD543 (or 0x5DD543) is unknown color: approx Apple. HEX triplet: 5D, D5 and 43. RGB value is (93,213,67). Sum of RGB (Red+Green+Blue) = 93+213+67=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 213 (83.59% from 255 or 57.10% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD543 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD543 is #A22ABC. Grayscale: #A0A0A0. Windows color (decimal): -10627773 or 4445533. OLE color: 4445533.

HSL color Cylindrical-coordinate representation of color #5DD543: hue angle of 109.32º degrees, saturation: 0.63, 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 #5DD543 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB9321367-
CMYK0.5600.690.16
HSL109.32º63.48%54.9%-
HSV(B)109.32º68.54%83.53%-
XYZ29.3250.3213.48-
YUV160.4875.2479.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.93%
GREEN value IS 213 (83.59% from 255) = 57.10%
BLUE value IS 67 (26.56% from 255) = 17.96%
R=24.93%
G=57.10%
B=17.96%

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
Decimal93213670.5600.690.16109.3263.4854.9
Hex5DD54338045106d3f37
Octal135325103700105201557767
Binary101110111010101100001111100001000101100001101101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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