Html Css Color HEX #5FAD58 Apple

📋 copy color: '#5FAD58'

red 95 ◦ green 173 ◦ blue 88

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

Shades of Apple #5FAD58

Tints of Apple #5FAD58

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.6%

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

R = 26.69%
G = 48.6%
B = 24.72%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#5FAD58 (or 0x5FAD58) is known color: Apple. HEX triplet: 5F, AD and 58. RGB value is (95,173,88). Sum of RGB (Red+Green+Blue) = 95+173+88=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAD58 is #A052A7. Grayscale: #8C8C8C. Windows color (decimal): -10506920 or 5811551. OLE color: 5811551.

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

Color convert

RGB 95 173 88 -
CMYK 0.45 0 0.49 0.32
HSL 115.06º 0.34% 0.51% -
HSV(B) 115.06º 0.49% 0.68% -
XYZ 21.42 33.02 14.48 -
YUV 139.99 98.66 95.91 -
System Red Green Blue C M Y K H S L
Decimal 95 173 88 0.45 0 0.49 0.32 115.06 0.34 0.51
Hex 5F AD 58 2D 0 31 20 73 22 33
Octal 137 255 130 55 0 61 40 163 42 63
Binary 1011111 10101101 1011000 101101 0 110001 100000 1110011 100010 110011

Color Harmonies of #5FAD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAD58

Black with #5FAD58

Text Example


Text Example

White with #5FAD58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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