Html Css Color HEX #5EC230 Apple

📋 copy color: '#5EC230'

red 94 ◦ green 194 ◦ blue 48

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

Shades of Apple #5EC230

Tints of Apple #5EC230

RGB

 RED value IS 94 (37.11% from 255) = 27.98%

 GREEN value IS 194 (76.17% from 255) = 57.74%

 BLUE value IS 48 (19.14% from 255) = 14.29%

R = 27.98%
G = 57.74%
B = 14.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#5EC230 (or 0x5EC230) is known color: Apple. HEX triplet: 5E, C2 and 30. RGB value is (94,194,48). Sum of RGB (Red+Green+Blue) = 94+194+48=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 194 (76.17% from 255 or 57.74% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 194 - color contains mainly: green. Hex color #5EC230 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC230 is #A13DCF. Grayscale: #939393. Windows color (decimal): -10567120 or 3195486. OLE color: 3195486.

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

Color convert

RGB 94 194 48 -
CMYK 0.52 0 0.75 0.24
HSL 101.1º 0.6% 0.47% -
HSV(B) 101.1º 0.75% 0.76% -
XYZ 24.44 41.18 9.46 -
YUV 147.46 71.87 89.87 -
System Red Green Blue C M Y K H S L
Decimal 94 194 48 0.52 0 0.75 0.24 101.1 0.6 0.47
Hex 5E C2 30 34 0 4B 18 65 3C 2F
Octal 136 302 60 64 0 113 30 145 74 57
Binary 1011110 11000010 110000 110100 0 1001011 11000 1100101 111100 101111

Color Harmonies of #5EC230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC230

Black with #5EC230

Text Example


Text Example

White with #5EC230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5EC230;
 }
 .AnyTagClassName
 {
   color: #5EC230;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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