Html Css Color HEX #AFC771 Caper

📋 copy color: '#AFC771'

red 175 ◦ green 199 ◦ blue 113

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

Shades of Caper #AFC771

Tints of Caper #AFC771

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.86%

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

R = 35.93%
G = 40.86%
B = 23.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#AFC771 (or 0xAFC771) is known color: Caper. HEX triplet: AF, C7 and 71. RGB value is (175,199,113). Sum of RGB (Red+Green+Blue) = 175+199+113=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC771 is #50388E. Grayscale: #B6B6B6. Windows color (decimal): -5257359 or 7456687. OLE color: 7456687.

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

Color convert

RGB 175 199 113 -
CMYK 0.12 0 0.43 0.22
HSL 76.74º 0.43% 0.61% -
HSV(B) 76.74º 0.43% 0.78% -
XYZ 41.08 51.15 23.33 -
YUV 182.02 89.05 122.99 -
System Red Green Blue C M Y K H S L
Decimal 175 199 113 0.12 0 0.43 0.22 76.74 0.43 0.61
Hex AF C7 71 C 0 2B 16 4D 2B 3D
Octal 257 307 161 14 0 53 26 115 53 75
Binary 10101111 11000111 1110001 1100 0 101011 10110 1001101 101011 111101

Color Harmonies of #AFC771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC771

Black with #AFC771

Text Example


Text Example

White with #AFC771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC771; }

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

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

background-color css

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

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

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

border-color css

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

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

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