#AFCD77

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

Shades of Caper #AFCD77

Tints of Caper #AFCD77

Color information

#AFCD77 (or 0xAFCD77) is unknown color: approx Caper. HEX triplet: AF, CD and 77. RGB value is (175,205,119). Sum of RGB (Red+Green+Blue) = 175+205+119=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD77 is #503288. Grayscale: #BABABA. Windows color (decimal): -5255817 or 7851439. OLE color: 7851439.

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

Color convert

RGB175205119-
CMYK0.1500.420.20
HSL80.93º46.24%63.53%-
HSV(B)80.93º41.95%80.39%-
XYZ42.8454.1125.64-
YUV186.2390.06119.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 119 (46.88% from 255) = 23.85%
R=35.07%
G=41.08%
B=23.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051190.1500.420.2080.9346.2463.53
HexAFCD77F02A14512e40
Octal257315167170522412156100
Binary10101111110011011110111111101010101010010100011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCD77; }

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

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

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

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

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

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

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

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