#AFD572

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

Shades of Caper #AFD572

Tints of Caper #AFD572

Color information

#AFD572 (or 0xAFD572) is unknown color: approx Caper. HEX triplet: AF, D5 and 72. RGB value is (175,213,114). Sum of RGB (Red+Green+Blue) = 175+213+114=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD572 is #502A8D. Grayscale: #BEBEBE. Windows color (decimal): -5253774 or 7525807. OLE color: 7525807.

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

Color convert

RGB175213114-
CMYK0.1800.460.16
HSL83.03º54.1%64.12%-
HSV(B)83.03º46.48%83.53%-
XYZ44.5157.9224.75-
YUV190.3584.91117.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 213 (83.59% from 255) = 42.43%
BLUE value IS 114 (44.92% from 255) = 22.71%
R=34.86%
G=42.43%
B=22.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131140.1800.460.1683.0354.164.12
HexAFD5721202E10533640
Octal257325162220562012366100
Binary101011111101010111100101001001011101000010100111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD572; }

 p { color: rgb(175,213,114); }

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

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

 a { background-color: rgb(175,213,114); }

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

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

 span { border-color: rgb(175,213,114); }

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