Html Css Color HEX #5EC248 Apple

📋 copy color: '#5EC248'

red 94 ◦ green 194 ◦ blue 72

#5EC248
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #5EC248

Tints of Apple #5EC248

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 value IS 0.52

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#5EC248 (or 0x5EC248) is known color: 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

RGB 94 194 72 -
CMYK 0.52 0 0.63 0.24
HSL 109.18º 0.5% 0.52% -
HSV(B) 109.18º 0.63% 0.76% -
XYZ 25.08 41.43 12.81 -
YUV 150.19 83.87 87.92 -
System Red Green Blue C M Y K H S L
Decimal 94 194 72 0.52 0 0.63 0.24 109.18 0.5 0.52
Hex 5E C2 48 34 0 3F 18 6D 32 34
Octal 136 302 110 64 0 77 30 155 62 64
Binary 1011110 11000010 1001000 110100 0 111111 11000 1101101 110010 110100

Color Harmonies of #5EC248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC248

Black with #5EC248

Text Example


Text Example

White with #5EC248

Text Example


Text Example

HTML Codes & Css Web 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>