#5DD244

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

Shades of Apple #5DD244

Tints of Apple #5DD244

Color information

#5DD244 (or 0x5DD244) is unknown color: approx Apple. HEX triplet: 5D, D2 and 44. RGB value is (93,210,68). Sum of RGB (Red+Green+Blue) = 93+210+68=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #5DD244 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD244 is #A22DBB. Grayscale: #9F9F9F. Windows color (decimal): -10628540 or 4510301. OLE color: 4510301.

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

Color convert

RGB9321068-
CMYK0.5600.680.18
HSL109.44º61.21%54.51%-
HSV(B)109.44º67.62%82.35%-
XYZ28.648.8413.39-
YUV158.8376.7481.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.07%
GREEN value IS 210 (82.42% from 255) = 56.60%
BLUE value IS 68 (26.95% from 255) = 18.33%
R=25.07%
G=56.60%
B=18.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal93210680.5600.680.18109.4461.2154.51
Hex5DD24438044126d3d37
Octal135322104700104221557567
Binary101110111010010100010011100001000100100101101101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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