Html Css Color HEX #5FAF57 Apple

📋 copy color: '#5FAF57'

red 95 ◦ green 175 ◦ blue 87

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

Shades of Apple #5FAF57

Tints of Apple #5FAF57

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.02%

 BLUE value IS 87 (34.38% from 255) = 24.37%

R = 26.61%
G = 49.02%
B = 24.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#5FAF57 (or 0x5FAF57) is known color: Apple. HEX triplet: 5F, AF and 57. RGB value is (95,175,87). Sum of RGB (Red+Green+Blue) = 95+175+87=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAF57 is #A050A8. Grayscale: #8D8D8D. Windows color (decimal): -10506409 or 5746527. OLE color: 5746527.

HSL color Cylindrical-coordinate representation of color #5FAF57: hue angle of 114.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FAF57 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 95 175 87 -
CMYK 0.46 0 0.50 0.31
HSL 114.55º 0.35% 0.51% -
HSV(B) 114.55º 0.5% 0.69% -
XYZ 21.77 33.78 14.39 -
YUV 141.05 97.5 95.16 -
System Red Green Blue C M Y K H S L
Decimal 95 175 87 0.46 0 0.50 0.31 114.55 0.35 0.51
Hex 5F AF 57 2E 0 32 1F 73 23 33
Octal 137 257 127 56 0 62 37 163 43 63
Binary 1011111 10101111 1010111 101110 0 110010 11111 1110011 100011 110011

Color Harmonies of #5FAF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAF57

Black with #5FAF57

Text Example


Text Example

White with #5FAF57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,175,87); }

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

background-color css

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

 a { background-color: rgb(95,175,87); }

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

border-color css

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

 span { border-color: rgb(95,175,87); }

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