Html Css Color HEX #5FAC58 Apple

📋 copy color: '#5FAC58'

red 95 ◦ green 172 ◦ blue 88

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

Shades of Apple #5FAC58

Tints of Apple #5FAC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.79%

R = 26.76%
G = 48.45%
B = 24.79%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#5FAC58 (or 0x5FAC58) is known color: Apple. HEX triplet: 5F, AC and 58. RGB value is (95,172,88). Sum of RGB (Red+Green+Blue) = 95+172+88=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAC58 is #A053A7. Grayscale: #8B8B8B. Windows color (decimal): -10507176 or 5811295. OLE color: 5811295.

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

Color convert

RGB 95 172 88 -
CMYK 0.45 0 0.49 0.33
HSL 115º 0.34% 0.51% -
HSV(B) 115º 0.49% 0.67% -
XYZ 21.23 32.64 14.41 -
YUV 139.4 98.99 96.33 -
System Red Green Blue C M Y K H S L
Decimal 95 172 88 0.45 0 0.49 0.33 115 0.34 0.51
Hex 5F AC 58 2D 0 31 21 73 22 33
Octal 137 254 130 55 0 61 41 163 42 63
Binary 1011111 10101100 1011000 101101 0 110001 100001 1110011 100010 110011

Color Harmonies of #5FAC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAC58

Black with #5FAC58

Text Example


Text Example

White with #5FAC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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