Html Css Color HEX #AFC471 Caper

📋 copy color: '#AFC471'

red 175 ◦ green 196 ◦ blue 113

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

Shades of Caper #AFC471

Tints of Caper #AFC471

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.5%

 BLUE value IS 113 (44.53% from 255) = 23.35%

R = 36.16%
G = 40.5%
B = 23.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#AFC471 (or 0xAFC471) is known color: Caper. HEX triplet: AF, C4 and 71. RGB value is (175,196,113). Sum of RGB (Red+Green+Blue) = 175+196+113=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC471 is #503B8E. Grayscale: #B4B4B4. Windows color (decimal): -5258127 or 7455919. OLE color: 7455919.

HSL color Cylindrical-coordinate representation of color #AFC471: hue angle of 75.18º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFC471 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 113 -
CMYK 0.11 0 0.42 0.23
HSL 75.18º 0.41% 0.61% -
HSV(B) 75.18º 0.42% 0.77% -
XYZ 40.4 49.79 23.1 -
YUV 180.26 90.04 124.25 -
System Red Green Blue C M Y K H S L
Decimal 175 196 113 0.11 0 0.42 0.23 75.18 0.41 0.61
Hex AF C4 71 B 0 2A 17 4B 29 3D
Octal 257 304 161 13 0 52 27 113 51 75
Binary 10101111 11000100 1110001 1011 0 101010 10111 1001011 101001 111101

Color Harmonies of #AFC471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC471

Black with #AFC471

Text Example


Text Example

White with #AFC471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC471; }

 p { color: rgb(175,196,113); }

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

background-color css

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

 a { background-color: rgb(175,196,113); }

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

border-color css

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

 span { border-color: rgb(175,196,113); }

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