Html Css Color HEX #5EC232 Apple

📋 copy color: '#5EC232'

red 94 ◦ green 194 ◦ blue 50

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

Shades of Apple #5EC232

Tints of Apple #5EC232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.79%

R = 27.81%
G = 57.4%
B = 14.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#5EC232 (or 0x5EC232) is known color: Apple. HEX triplet: 5E, C2 and 32. RGB value is (94,194,50). Sum of RGB (Red+Green+Blue) = 94+194+50=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 194 (76.17% from 255 or 57.40% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 194 - color contains mainly: green. Hex color #5EC232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC232 is #A13DCD. Grayscale: #949494. Windows color (decimal): -10567118 or 3326558. OLE color: 3326558.

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

Color convert

RGB 94 194 50 -
CMYK 0.52 0 0.74 0.24
HSL 101.67º 0.59% 0.48% -
HSV(B) 101.67º 0.74% 0.76% -
XYZ 24.48 41.19 9.68 -
YUV 147.68 72.87 89.71 -
System Red Green Blue C M Y K H S L
Decimal 94 194 50 0.52 0 0.74 0.24 101.67 0.59 0.48
Hex 5E C2 32 34 0 4A 18 66 3B 30
Octal 136 302 62 64 0 112 30 146 73 60
Binary 1011110 11000010 110010 110100 0 1001010 11000 1100110 111011 110000

Color Harmonies of #5EC232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC232

Black with #5EC232

Text Example


Text Example

White with #5EC232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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