#AFD275

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

Shades of Caper #AFD275

Tints of Caper #AFD275

Color information

#AFD275 (or 0xAFD275) is unknown color: approx Caper. HEX triplet: AF, D2 and 75. RGB value is (175,210,117). Sum of RGB (Red+Green+Blue) = 175+210+117=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD275 is #502D8A. Grayscale: #BDBDBD. Windows color (decimal): -5254539 or 7721647. OLE color: 7721647.

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

Color convert

RGB175210117-
CMYK0.1700.440.18
HSL82.58º50.82%64.12%-
HSV(B)82.58º44.29%82.35%-
XYZ43.9456.4925.42-
YUV188.9387.4118.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 210 (82.42% from 255) = 41.83%
BLUE value IS 117 (46.09% from 255) = 23.31%
R=34.86%
G=41.83%
B=23.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101170.1700.440.1882.5850.8264.12
HexAFD2751102C12533340
Octal257322165210542212363100
Binary101011111101001011101011000101011001001010100111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD275; }

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

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

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

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

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

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

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

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