Html Css Color HEX #AFC371 Caper

📋 copy color: '#AFC371'

red 175 ◦ green 195 ◦ blue 113

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

Shades of Caper #AFC371

Tints of Caper #AFC371

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.37%

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

R = 36.23%
G = 40.37%
B = 23.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#AFC371 (or 0xAFC371) is known color: Caper. HEX triplet: AF, C3 and 71. RGB value is (175,195,113). Sum of RGB (Red+Green+Blue) = 175+195+113=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC371 is #503C8E. Grayscale: #B3B3B3. Windows color (decimal): -5258383 or 7455663. OLE color: 7455663.

HSL color Cylindrical-coordinate representation of color #AFC371: hue angle of 74.63º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFC371 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 113 -
CMYK 0.10 0 0.42 0.24
HSL 74.63º 0.41% 0.6% -
HSV(B) 74.63º 0.42% 0.76% -
XYZ 40.17 49.34 23.03 -
YUV 179.67 90.37 124.67 -
System Red Green Blue C M Y K H S L
Decimal 175 195 113 0.10 0 0.42 0.24 74.63 0.41 0.6
Hex AF C3 71 A 0 2A 18 4B 29 3C
Octal 257 303 161 12 0 52 30 113 51 74
Binary 10101111 11000011 1110001 1010 0 101010 11000 1001011 101001 111100

Color Harmonies of #AFC371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC371

Black with #AFC371

Text Example


Text Example

White with #AFC371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC371; }

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

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

background-color css

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

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

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

border-color css

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

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

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