#5EC248

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

Shades of Apple #5EC248

Tints of Apple #5EC248

Color information

#5EC248 (or 0x5EC248) is unknown color: approx Apple. HEX triplet: 5E, C2 and 48. RGB value is (94,194,72). Sum of RGB (Red+Green+Blue) = 94+194+72=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 194 (76.17% from 255 or 53.89% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 194 - color contains mainly: green. Hex color #5EC248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC248 is #A13DB7. Grayscale: #969696. Windows color (decimal): -10567096 or 4768350. OLE color: 4768350.

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

Color convert

RGB9419472-
CMYK0.5200.630.24
HSL109.18º50%52.16%-
HSV(B)109.18º62.89%76.08%-
XYZ25.0841.4312.81-
YUV150.1983.8787.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.11%
GREEN value IS 194 (76.17% from 255) = 53.89%
BLUE value IS 72 (28.52% from 255) = 20%
R=26.11%
G=53.89%
B=20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal94194720.5200.630.24109.185052.16
Hex5EC2483403F186d3234
Octal13630211064077301556264
Binary10111101100001010010001101000111111110001101101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,194,72); }

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

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

 a { background-color: rgb(94,194,72); }

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

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

 span { border-color: rgb(94,194,72); }

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