Html Css Color HEX #5EAC32 Apple

📋 copy color: '#5EAC32'

red 94 ◦ green 172 ◦ blue 50

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

Shades of Apple #5EAC32

Tints of Apple #5EAC32

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.43%

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

R = 29.75%
G = 54.43%
B = 15.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#5EAC32 (or 0x5EAC32) is known color: Apple. HEX triplet: 5E, AC and 32. RGB value is (94,172,50). Sum of RGB (Red+Green+Blue) = 94+172+50=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAC32 is #A153CD. Grayscale: #878787. Windows color (decimal): -10572750 or 3320926. OLE color: 3320926.

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

Color convert

RGB 94 172 50 -
CMYK 0.45 0 0.71 0.33
HSL 98.36º 0.55% 0.44% -
HSV(B) 98.36º 0.71% 0.67% -
XYZ 19.94 32.12 8.17 -
YUV 134.77 80.16 98.92 -
System Red Green Blue C M Y K H S L
Decimal 94 172 50 0.45 0 0.71 0.33 98.36 0.55 0.44
Hex 5E AC 32 2D 0 47 21 62 37 2C
Octal 136 254 62 55 0 107 41 142 67 54
Binary 1011110 10101100 110010 101101 0 1000111 100001 1100010 110111 101100

Color Harmonies of #5EAC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAC32

Black with #5EAC32

Text Example


Text Example

White with #5EAC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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