#AFCD75

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

Shades of Caper #AFCD75

Tints of Caper #AFCD75

Color information

#AFCD75 (or 0xAFCD75) is unknown color: approx Caper. HEX triplet: AF, CD and 75. RGB value is (175,205,117). Sum of RGB (Red+Green+Blue) = 175+205+117=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD75 is #50328A. Grayscale: #BABABA. Windows color (decimal): -5255819 or 7720367. OLE color: 7720367.

HSL color Cylindrical-coordinate representation of color #AFCD75: hue angle of 80.45º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFCD75 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB175205117-
CMYK0.1500.430.20
HSL80.45º46.81%63.14%-
HSV(B)80.45º42.93%80.39%-
XYZ42.7254.0625.01-
YUV18689.06120.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 205 (80.47% from 255) = 41.25%
BLUE value IS 117 (46.09% from 255) = 23.54%
R=35.21%
G=41.25%
B=23.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051170.1500.430.2080.4546.8163.14
HexAFCD75F02B14502f3f
Octal25731516517053241205777
Binary1010111111001101111010111110101011101001010000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCD75; }

 p { color: rgb(175,205,117); }

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

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

 a { background-color: rgb(175,205,117); }

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

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

 span { border-color: rgb(175,205,117); }

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