Html Css Color HEX #AFC87C Caper

📋 copy color: '#AFC87C'

red 175 ◦ green 200 ◦ blue 124

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

Shades of Caper #AFC87C

Tints of Caper #AFC87C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.08%

 BLUE value IS 124 (48.83% from 255) = 24.85%

R = 35.07%
G = 40.08%
B = 24.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#AFC87C (or 0xAFC87C) is known color: Caper. HEX triplet: AF, C8 and 7C. RGB value is (175,200,124). Sum of RGB (Red+Green+Blue) = 175+200+124=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC87C is #503783. Grayscale: #B8B8B8. Windows color (decimal): -5257092 or 8177839. OLE color: 8177839.

HSL color Cylindrical-coordinate representation of color #AFC87C: hue angle of 79.74º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFC87C is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 124 -
CMYK 0.12 0 0.38 0.22
HSL 79.74º 0.41% 0.64% -
HSV(B) 79.74º 0.38% 0.78% -
XYZ 41.97 51.88 26.87 -
YUV 183.86 94.22 121.68 -
System Red Green Blue C M Y K H S L
Decimal 175 200 124 0.12 0 0.38 0.22 79.74 0.41 0.64
Hex AF C8 7C C 0 26 16 50 29 40
Octal 257 310 174 14 0 46 26 120 51 100
Binary 10101111 11001000 1111100 1100 0 100110 10110 1010000 101001 1000000

Color Harmonies of #AFC87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC87C

Black with #AFC87C

Text Example


Text Example

White with #AFC87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC87C; }

 p { color: rgb(175,200,124); }

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

background-color css

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

 a { background-color: rgb(175,200,124); }

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

border-color css

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

 span { border-color: rgb(175,200,124); }

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