Html Css Color HEX #5EBC42 Apple

📋 copy color: '#5EBC42'

red 94 ◦ green 188 ◦ blue 66

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

Shades of Apple #5EBC42

Tints of Apple #5EBC42

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.02%

 BLUE value IS 66 (26.17% from 255) = 18.97%

R = 27.01%
G = 54.02%
B = 18.97%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#5EBC42 (or 0x5EBC42) is known color: Apple. HEX triplet: 5E, BC and 42. RGB value is (94,188,66). Sum of RGB (Red+Green+Blue) = 94+188+66=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBC42 is #A143BD. Grayscale: #929292. Windows color (decimal): -10568638 or 4373598. OLE color: 4373598.

HSL color Cylindrical-coordinate representation of color #5EBC42: hue angle of 106.23º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5EBC42 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 188 66 -
CMYK 0.50 0 0.65 0.26
HSL 106.23º 0.48% 0.5% -
HSV(B) 106.23º 0.65% 0.74% -
XYZ 23.58 38.74 11.39 -
YUV 145.99 82.86 90.92 -
System Red Green Blue C M Y K H S L
Decimal 94 188 66 0.50 0 0.65 0.26 106.23 0.48 0.5
Hex 5E BC 42 32 0 41 1A 6A 30 32
Octal 136 274 102 62 0 101 32 152 60 62
Binary 1011110 10111100 1000010 110010 0 1000001 11010 1101010 110000 110010

Color Harmonies of #5EBC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBC42

Black with #5EBC42

Text Example


Text Example

White with #5EBC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,188,66); }

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

background-color css

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

 a { background-color: rgb(94,188,66); }

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

border-color css

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

 span { border-color: rgb(94,188,66); }

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