Html Css Color HEX #AFC980 Caper

📋 copy color: '#AFC980'

red 175 ◦ green 201 ◦ blue 128

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

Shades of Caper #AFC980

Tints of Caper #AFC980

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.88%

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

R = 34.72%
G = 39.88%
B = 25.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#AFC980 (or 0xAFC980) is known color: Caper. HEX triplet: AF, C9 and 80. RGB value is (175,201,128). Sum of RGB (Red+Green+Blue) = 175+201+128=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC980 is #50367F. Grayscale: #B9B9B9. Windows color (decimal): -5256832 or 8440239. OLE color: 8440239.

HSL color Cylindrical-coordinate representation of color #AFC980: hue angle of 81.37º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFC980 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 128 -
CMYK 0.13 0 0.36 0.21
HSL 81.37º 0.4% 0.65% -
HSV(B) 81.37º 0.36% 0.79% -
XYZ 42.46 52.45 28.31 -
YUV 184.9 95.89 120.94 -
System Red Green Blue C M Y K H S L
Decimal 175 201 128 0.13 0 0.36 0.21 81.37 0.4 0.65
Hex AF C9 80 D 0 24 15 51 28 41
Octal 257 311 200 15 0 44 25 121 50 101
Binary 10101111 11001001 10000000 1101 0 100100 10101 1010001 101000 1000001

Color Harmonies of #AFC980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC980

Black with #AFC980

Text Example


Text Example

White with #AFC980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC980; }

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

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

background-color css

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

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

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

border-color css

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

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

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