Html Css Color HEX #5FA747 Apple

📋 copy color: '#5FA747'

red 95 ◦ green 167 ◦ blue 71

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

Shades of Apple #5FA747

Tints of Apple #5FA747

RGB

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

 GREEN value IS 167 (65.63% from 255) = 50.15%

 BLUE value IS 71 (28.13% from 255) = 21.32%

R = 28.53%
G = 50.15%
B = 21.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#5FA747 (or 0x5FA747) is known color: Apple. HEX triplet: 5F, A7 and 47. RGB value is (95,167,71). Sum of RGB (Red+Green+Blue) = 95+167+71=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 167 (65.62% from 255 or 50.15% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA747 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA747 is #A058B8. Grayscale: #868686. Windows color (decimal): -10508473 or 4695903. OLE color: 4695903.

HSL color Cylindrical-coordinate representation of color #5FA747: hue angle of 105º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FA747 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 95 167 71 -
CMYK 0.43 0 0.57 0.35
HSL 105º 0.4% 0.47% -
HSV(B) 105º 0.57% 0.65% -
XYZ 19.68 30.53 10.82 -
YUV 134.53 92.15 99.81 -
System Red Green Blue C M Y K H S L
Decimal 95 167 71 0.43 0 0.57 0.35 105 0.4 0.47
Hex 5F A7 47 2B 0 39 23 69 28 2F
Octal 137 247 107 53 0 71 43 151 50 57
Binary 1011111 10100111 1000111 101011 0 111001 100011 1101001 101000 101111

Color Harmonies of #5FA747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA747

Black with #5FA747

Text Example


Text Example

White with #5FA747

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,167,71); }

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

background-color css

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

 a { background-color: rgb(95,167,71); }

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

border-color css

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

 span { border-color: rgb(95,167,71); }

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