Html Css Color HEX #5EAC52 Apple

📋 copy color: '#5EAC52'

red 94 ◦ green 172 ◦ blue 82

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

Shades of Apple #5EAC52

Tints of Apple #5EAC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.56%

R = 27.01%
G = 49.43%
B = 23.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#5EAC52 (or 0x5EAC52) is known color: Apple. HEX triplet: 5E, AC and 52. RGB value is (94,172,82). Sum of RGB (Red+Green+Blue) = 94+172+82=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAC52 is #A153AD. Grayscale: #8A8A8A. Windows color (decimal): -10572718 or 5418078. OLE color: 5418078.

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

Color convert

RGB 94 172 82 -
CMYK 0.45 0 0.52 0.33
HSL 112º 0.35% 0.5% -
HSV(B) 112º 0.52% 0.67% -
XYZ 20.89 32.49 13.15 -
YUV 138.42 96.16 96.32 -
System Red Green Blue C M Y K H S L
Decimal 94 172 82 0.45 0 0.52 0.33 112 0.35 0.5
Hex 5E AC 52 2D 0 34 21 70 23 32
Octal 136 254 122 55 0 64 41 160 43 62
Binary 1011110 10101100 1010010 101101 0 110100 100001 1110000 100011 110010

Color Harmonies of #5EAC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAC52

Black with #5EAC52

Text Example


Text Example

White with #5EAC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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