#AFCE77

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

Shades of Caper #AFCE77

Tints of Caper #AFCE77

Color information

#AFCE77 (or 0xAFCE77) is unknown color: approx Caper. HEX triplet: AF, CE and 77. RGB value is (175,206,119). Sum of RGB (Red+Green+Blue) = 175+206+119=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE77 is #503188. Grayscale: #BBBBBB. Windows color (decimal): -5255561 or 7851695. OLE color: 7851695.

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

Color convert

RGB175206119-
CMYK0.1500.420.19
HSL81.38º47.03%63.73%-
HSV(B)81.38º42.23%80.78%-
XYZ43.0854.5925.72-
YUV186.8189.73119.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 206 (80.86% from 255) = 41.2%
BLUE value IS 119 (46.88% from 255) = 23.8%
R=35%
G=41.2%
B=23.8%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061190.1500.420.1981.3847.0363.73
HexAFCE77F02A13512f40
Octal257316167170522312157100
Binary10101111110011101110111111101010101001110100011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCE77; }

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

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

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

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

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

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

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

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