Html Css Color HEX #AFC281 Caper

📋 copy color: '#AFC281'

red 175 ◦ green 194 ◦ blue 129

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

Shades of Caper #AFC281

Tints of Caper #AFC281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.9%

R = 35.14%
G = 38.96%
B = 25.9%

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

#AFC281 (or 0xAFC281) is known color: Caper. HEX triplet: AF, C2 and 81. RGB value is (175,194,129). Sum of RGB (Red+Green+Blue) = 175+194+129=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC281 is #503D7E. Grayscale: #B5B5B5. Windows color (decimal): -5258623 or 8503983. OLE color: 8503983.

HSL color Cylindrical-coordinate representation of color #AFC281: hue angle of 77.54º 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 #AFC281 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 129 -
CMYK 0.10 0 0.34 0.24
HSL 77.54º 0.35% 0.63% -
HSV(B) 77.54º 0.34% 0.76% -
XYZ 40.93 49.28 28.12 -
YUV 180.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 175 194 129 0.10 0 0.34 0.24 77.54 0.35 0.63
Hex AF C2 81 A 0 22 18 4E 23 3F
Octal 257 302 201 12 0 42 30 116 43 77
Binary 10101111 11000010 10000001 1010 0 100010 11000 1001110 100011 111111

Color Harmonies of #AFC281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC281

Black with #AFC281

Text Example


Text Example

White with #AFC281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC281; }

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

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

background-color css

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

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

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

border-color css

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

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

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