#5DC242

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

Shades of Apple #5DC242

Tints of Apple #5DC242

Color information

#5DC242 (or 0x5DC242) is unknown color: approx Apple. HEX triplet: 5D, C2 and 42. RGB value is (93,194,66). Sum of RGB (Red+Green+Blue) = 93+194+66=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC242 is #A23DBD. Grayscale: #959595. Windows color (decimal): -10632638 or 4375133. OLE color: 4375133.

HSL color Cylindrical-coordinate representation of color #5DC242: hue angle of 107.34º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DC242 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB9319466-
CMYK0.5200.660.24
HSL107.34º51.2%50.98%-
HSV(B)107.34º65.98%76.08%-
XYZ24.7941.311.82-
YUV149.2181.0487.91-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.35%
GREEN value IS 194 (76.17% from 255) = 54.96%
BLUE value IS 66 (26.17% from 255) = 18.70%
R=26.35%
G=54.96%
B=18.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal93194660.5200.660.24107.3451.250.98
Hex5DC24234042186b3333
Octal135302102640102301536363
Binary101110111000010100001011010001000010110001101011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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