#5dd248

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

Shades of Apple #5DD248

Tints of Apple #5DD248

Color information

#5DD248 (or 0x5DD248) is unknown color: approx Apple. HEX triplet: 5D, D2 and 48. RGB value is (93,210,72). Sum of RGB (Red+Green+Blue) = 93+210+72=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #5DD248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD248 is #A22DB7. Grayscale: #9F9F9F. Windows color (decimal): -10628536 or 4772445. OLE color: 4772445.

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

Color convert

RGB9321072-
CMYK0.5600.660.18
HSL110.87º60.53%55.29%-
HSV(B)110.87º65.71%82.35%-
XYZ28.7348.8914.05-
YUV159.2878.7480.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.8%
GREEN value IS 210 (82.42% from 255) = 56%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=24.8%
G=56%
B=19.2%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal93210720.5600.660.18110.8760.5355.29
Hex5DD24838042126f3d37
Octal135322110700102221577567
Binary101110111010010100100011100001000010100101101111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5dd248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,210,72); }

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

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

 a { background-color: rgb(93,210,72); }

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

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

 span { border-color: rgb(93,210,72); }

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