Html Css Color HEX #5FAC50 Apple

📋 copy color: '#5FAC50'

red 95 ◦ green 172 ◦ blue 80

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

Shades of Apple #5FAC50

Tints of Apple #5FAC50

RGB

 RED value IS 95 (37.5% from 255) = 27.38%

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

 BLUE value IS 80 (31.64% from 255) = 23.05%

R = 27.38%
G = 49.57%
B = 23.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#5FAC50 (or 0x5FAC50) is known color: Apple. HEX triplet: 5F, AC and 50. RGB value is (95,172,80). Sum of RGB (Red+Green+Blue) = 95+172+80=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAC50 is #A053AF. Grayscale: #8A8A8A. Windows color (decimal): -10507184 or 5287007. OLE color: 5287007.

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

Color convert

RGB 95 172 80 -
CMYK 0.45 0 0.53 0.33
HSL 110.22º 0.37% 0.49% -
HSV(B) 110.22º 0.53% 0.67% -
XYZ 20.92 32.52 12.76 -
YUV 138.49 94.99 96.98 -
System Red Green Blue C M Y K H S L
Decimal 95 172 80 0.45 0 0.53 0.33 110.22 0.37 0.49
Hex 5F AC 50 2D 0 35 21 6E 25 31
Octal 137 254 120 55 0 65 41 156 45 61
Binary 1011111 10101100 1010000 101101 0 110101 100001 1101110 100101 110001

Color Harmonies of #5FAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAC50

Black with #5FAC50

Text Example


Text Example

White with #5FAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,172,80); }

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

background-color css

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

 a { background-color: rgb(95,172,80); }

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

border-color css

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

 span { border-color: rgb(95,172,80); }

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