Html Css Color HEX #5FA556 Apple

📋 copy color: '#5FA556'

red 95 ◦ green 165 ◦ blue 86

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

Shades of Apple #5FA556

Tints of Apple #5FA556

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.69%

 BLUE value IS 86 (33.98% from 255) = 24.86%

R = 27.46%
G = 47.69%
B = 24.86%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#5FA556 (or 0x5FA556) is known color: Apple. HEX triplet: 5F, A5 and 56. RGB value is (95,165,86). Sum of RGB (Red+Green+Blue) = 95+165+86=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA556 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA556 is #A05AA9. Grayscale: #878787. Windows color (decimal): -10508970 or 5678431. OLE color: 5678431.

HSL color Cylindrical-coordinate representation of color #5FA556: hue angle of 113.16º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FA556 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 95 165 86 -
CMYK 0.42 0 0.48 0.35
HSL 113.16º 0.31% 0.49% -
HSV(B) 113.16º 0.48% 0.65% -
XYZ 19.85 30.02 13.55 -
YUV 135.06 100.31 99.42 -
System Red Green Blue C M Y K H S L
Decimal 95 165 86 0.42 0 0.48 0.35 113.16 0.31 0.49
Hex 5F A5 56 2A 0 30 23 71 1F 31
Octal 137 245 126 52 0 60 43 161 37 61
Binary 1011111 10100101 1010110 101010 0 110000 100011 1110001 11111 110001

Color Harmonies of #5FA556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA556

Black with #5FA556

Text Example


Text Example

White with #5FA556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,165,86); }

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

background-color css

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

 a { background-color: rgb(95,165,86); }

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

border-color css

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

 span { border-color: rgb(95,165,86); }

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