Html Css Color HEX #5EAA42 Apple

📋 copy color: '#5EAA42'

red 94 ◦ green 170 ◦ blue 66

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

Shades of Apple #5EAA42

Tints of Apple #5EAA42

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.52%

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

R = 28.48%
G = 51.52%
B = 20%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#5EAA42 (or 0x5EAA42) is known color: Apple. HEX triplet: 5E, AA and 42. RGB value is (94,170,66). Sum of RGB (Red+Green+Blue) = 94+170+66=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAA42 is #A155BD. Grayscale: #878787. Windows color (decimal): -10573246 or 4368990. OLE color: 4368990.

HSL color Cylindrical-coordinate representation of color #5EAA42: hue angle of 103.85º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EAA42 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 170 66 -
CMYK 0.45 0 0.61 0.33
HSL 103.85º 0.44% 0.46% -
HSV(B) 103.85º 0.61% 0.67% -
XYZ 19.97 31.52 10.19 -
YUV 135.42 88.82 98.46 -
System Red Green Blue C M Y K H S L
Decimal 94 170 66 0.45 0 0.61 0.33 103.85 0.44 0.46
Hex 5E AA 42 2D 0 3D 21 68 2C 2E
Octal 136 252 102 55 0 75 41 150 54 56
Binary 1011110 10101010 1000010 101101 0 111101 100001 1101000 101100 101110

Color Harmonies of #5EAA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAA42

Black with #5EAA42

Text Example


Text Example

White with #5EAA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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