#AFC479

Color #AFC479 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #AFC479

Tints of Caper #AFC479

Color information

#AFC479 (or 0xAFC479) is unknown color: approx Caper. HEX triplet: AF, C4 and 79. RGB value is (175,196,121). Sum of RGB (Red+Green+Blue) = 175+196+121=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC479 is #503B86. Grayscale: #B5B5B5. Windows color (decimal): -5258119 or 7980207. OLE color: 7980207.

HSL color Cylindrical-coordinate representation of color #AFC479: hue angle of 76.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFC479 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB175196121-
CMYK0.1100.380.23
HSL76.8º38.86%62.16%-
HSV(B)76.8º38.27%76.86%-
XYZ40.8749.9725.58-
YUV181.1794.04123.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 196 (76.95% from 255) = 39.84%
BLUE value IS 121 (47.66% from 255) = 24.59%
R=35.57%
G=39.84%
B=24.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961210.1100.380.2376.838.8662.16
HexAFC479B026174d273e
Octal25730417113046271154776
Binary1010111111000100111100110110100110101111001101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC479; }

 p { color: rgb(175,196,121); }

 H1.HeaderClassName
 {
   color: #AFC479;
 }
 .AnyTagClassName
 {
   color: #AFC479;
 }
</style>
background-color css

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

 a { background-color: rgb(175,196,121); }

 div.DivClassName
 {
   background-color: #AFC479;
 }
 .BgClassName
 {
   background-color: #AFC479;
 }
</style>
border-color css

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

 span { border-color: rgb(175,196,121); }

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