Html Css Color HEX #5FA648 Apple

📋 copy color: '#5FA648'

red 95 ◦ green 166 ◦ blue 72

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

Shades of Apple #5FA648

Tints of Apple #5FA648

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.85%

 BLUE value IS 72 (28.52% from 255) = 21.62%

R = 28.53%
G = 49.85%
B = 21.62%

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

#5FA648 (or 0x5FA648) is known color: Apple. HEX triplet: 5F, A6 and 48. RGB value is (95,166,72). Sum of RGB (Red+Green+Blue) = 95+166+72=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 166 (65.23% from 255 or 49.85% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA648 is #A059B7. Grayscale: #868686. Windows color (decimal): -10508728 or 4761183. OLE color: 4761183.

HSL color Cylindrical-coordinate representation of color #5FA648: hue angle of 105.32º degrees, saturation: 0.39, 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 #5FA648 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 95 166 72 -
CMYK 0.43 0 0.57 0.35
HSL 105.32º 0.39% 0.47% -
HSV(B) 105.32º 0.57% 0.65% -
XYZ 19.53 30.17 10.93 -
YUV 134.06 92.98 100.14 -
System Red Green Blue C M Y K H S L
Decimal 95 166 72 0.43 0 0.57 0.35 105.32 0.39 0.47
Hex 5F A6 48 2B 0 39 23 69 27 2F
Octal 137 246 110 53 0 71 43 151 47 57
Binary 1011111 10100110 1001000 101011 0 111001 100011 1101001 100111 101111

Color Harmonies of #5FA648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA648

Black with #5FA648

Text Example


Text Example

White with #5FA648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,166,72); }

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

background-color css

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

 a { background-color: rgb(95,166,72); }

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

border-color css

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

 span { border-color: rgb(95,166,72); }

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