#AFD077

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

Shades of Caper #AFD077

Tints of Caper #AFD077

Color information

#AFD077 (or 0xAFD077) is unknown color: approx Caper. HEX triplet: AF, D0 and 77. RGB value is (175,208,119). Sum of RGB (Red+Green+Blue) = 175+208+119=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD077 is #502F88. Grayscale: #BCBCBC. Windows color (decimal): -5255049 or 7852207. OLE color: 7852207.

HSL color Cylindrical-coordinate representation of color #AFD077: hue angle of 82.25º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFD077 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB175208119-
CMYK0.1600.430.18
HSL82.25º48.63%64.12%-
HSV(B)82.25º42.79%81.57%-
XYZ43.5655.5625.88-
YUV187.9989.07118.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 208 (81.64% from 255) = 41.43%
BLUE value IS 119 (46.88% from 255) = 23.71%
R=34.86%
G=41.43%
B=23.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081190.1600.430.1882.2548.6364.12
HexAFD0771002B12523140
Octal257320167200532212261100
Binary101011111101000011101111000001010111001010100101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD077; }

 p { color: rgb(175,208,119); }

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

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

 a { background-color: rgb(175,208,119); }

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

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

 span { border-color: rgb(175,208,119); }

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