#5DD43F

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

Shades of Apple #5DD43F

Tints of Apple #5DD43F

Color information

#5DD43F (or 0x5DD43F) is unknown color: approx Apple. HEX triplet: 5D, D4 and 3F. RGB value is (93,212,63). Sum of RGB (Red+Green+Blue) = 93+212+63=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 212 (83.20% from 255 or 57.61% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 212 - color contains mainly: green. Hex color #5DD43F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD43F is #A22BC0. Grayscale: #9F9F9F. Windows color (decimal): -10628033 or 4183133. OLE color: 4183133.

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

Color convert

RGB9321263-
CMYK0.5600.700.17
HSL107.92º63.4%53.92%-
HSV(B)107.92º70.28%83.14%-
XYZ28.9549.7712.78-
YUV159.4373.5880.62-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.27%
GREEN value IS 212 (83.20% from 255) = 57.61%
BLUE value IS 63 (25% from 255) = 17.12%
R=25.27%
G=57.61%
B=17.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal93212630.5600.700.17107.9263.453.92
Hex5DD43F38046116c3f36
Octal13532477700106211547766
Binary10111011101010011111111100001000110100011101100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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