Html Css Color HEX #AFC879 Caper

📋 copy color: '#AFC879'

red 175 ◦ green 200 ◦ blue 121

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

Shades of Caper #AFC879

Tints of Caper #AFC879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.4%

R = 35.28%
G = 40.32%
B = 24.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#AFC879 (or 0xAFC879) is known color: Caper. HEX triplet: AF, C8 and 79. RGB value is (175,200,121). Sum of RGB (Red+Green+Blue) = 175+200+121=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC879 is #503786. Grayscale: #B7B7B7. Windows color (decimal): -5257095 or 7981231. OLE color: 7981231.

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

Color convert

RGB 175 200 121 -
CMYK 0.12 0 0.39 0.22
HSL 78.99º 0.42% 0.63% -
HSV(B) 78.99º 0.4% 0.78% -
XYZ 41.78 51.8 25.89 -
YUV 183.52 92.72 121.92 -
System Red Green Blue C M Y K H S L
Decimal 175 200 121 0.12 0 0.39 0.22 78.99 0.42 0.63
Hex AF C8 79 C 0 27 16 4F 2A 3F
Octal 257 310 171 14 0 47 26 117 52 77
Binary 10101111 11001000 1111001 1100 0 100111 10110 1001111 101010 111111

Color Harmonies of #AFC879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC879

Black with #AFC879

Text Example


Text Example

White with #AFC879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC879; }

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

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

background-color css

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

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

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

border-color css

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

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

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