Html Css Color HEX #AFC280 Caper

📋 copy color: '#AFC280'

red 175 ◦ green 194 ◦ blue 128

#AFC280
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #AFC280

Tints of Caper #AFC280

RGB

 RED value IS 175 (68.75% from 255) = 35.21%

 GREEN value IS 194 (76.17% from 255) = 39.03%

 BLUE value IS 128 (50.39% from 255) = 25.75%

R = 35.21%
G = 39.03%
B = 25.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#AFC280 (or 0xAFC280) is known color: Caper. HEX triplet: AF, C2 and 80. RGB value is (175,194,128). Sum of RGB (Red+Green+Blue) = 175+194+128=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC280 is #503D7F. Grayscale: #B5B5B5. Windows color (decimal): -5258624 or 8438447. OLE color: 8438447.

HSL color Cylindrical-coordinate representation of color #AFC280: hue angle of 77.27º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFC280 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 128 -
CMYK 0.10 0 0.34 0.24
HSL 77.27º 0.35% 0.63% -
HSV(B) 77.27º 0.34% 0.76% -
XYZ 40.87 49.26 27.78 -
YUV 180.8 98.21 123.87 -
System Red Green Blue C M Y K H S L
Decimal 175 194 128 0.10 0 0.34 0.24 77.27 0.35 0.63
Hex AF C2 80 A 0 22 18 4D 23 3F
Octal 257 302 200 12 0 42 30 115 43 77
Binary 10101111 11000010 10000000 1010 0 100010 11000 1001101 100011 111111

Color Harmonies of #AFC280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC280

Black with #AFC280

Text Example


Text Example

White with #AFC280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC280; }

 p { color: rgb(175,194,128); }

 H1.HeaderClassName
 {
   color: #AFC280;
 }
 .AnyTagClassName
 {
   color: #AFC280;
 }
</style>

background-color css

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

 a { background-color: rgb(175,194,128); }

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

border-color css

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

 span { border-color: rgb(175,194,128); }

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