Html Css Color HEX #AFCC80 Caper

📋 copy color: '#AFCC80'

red 175 ◦ green 204 ◦ blue 128

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

Shades of Caper #AFCC80

Tints of Caper #AFCC80

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.24%

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

R = 34.52%
G = 40.24%
B = 25.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#AFCC80 (or 0xAFCC80) is known color: Caper. HEX triplet: AF, CC and 80. RGB value is (175,204,128). Sum of RGB (Red+Green+Blue) = 175+204+128=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCC80 is #50337F. Grayscale: #BABABA. Windows color (decimal): -5256064 or 8441007. OLE color: 8441007.

HSL color Cylindrical-coordinate representation of color #AFCC80: hue angle of 82.89º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFCC80 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 128 -
CMYK 0.14 0 0.37 0.2
HSL 82.89º 0.43% 0.65% -
HSV(B) 82.89º 0.37% 0.8% -
XYZ 43.17 53.86 28.54 -
YUV 186.67 94.89 119.68 -
System Red Green Blue C M Y K H S L
Decimal 175 204 128 0.14 0 0.37 0.2 82.89 0.43 0.65
Hex AF CC 80 E 0 25 14 53 2B 41
Octal 257 314 200 16 0 45 24 123 53 101
Binary 10101111 11001100 10000000 1110 0 100101 10100 1010011 101011 1000001

Color Harmonies of #AFCC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC80

Black with #AFCC80

Text Example


Text Example

White with #AFCC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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