Html Css Color HEX #AFC271 Caper

📋 copy color: '#AFC271'

red 175 ◦ green 194 ◦ blue 113

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

Shades of Caper #AFC271

Tints of Caper #AFC271

RGB

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

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

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

R = 36.31%
G = 40.25%
B = 23.44%

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

#AFC271 (or 0xAFC271) is known color: Caper. HEX triplet: AF, C2 and 71. RGB value is (175,194,113). Sum of RGB (Red+Green+Blue) = 175+194+113=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC271 is #503D8E. Grayscale: #B3B3B3. Windows color (decimal): -5258639 or 7455407. OLE color: 7455407.

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

Color convert

RGB 175 194 113 -
CMYK 0.10 0 0.42 0.24
HSL 74.07º 0.4% 0.6% -
HSV(B) 74.07º 0.42% 0.76% -
XYZ 39.95 48.89 22.95 -
YUV 179.09 90.71 125.09 -
System Red Green Blue C M Y K H S L
Decimal 175 194 113 0.10 0 0.42 0.24 74.07 0.4 0.6
Hex AF C2 71 A 0 2A 18 4A 28 3C
Octal 257 302 161 12 0 52 30 112 50 74
Binary 10101111 11000010 1110001 1010 0 101010 11000 1001010 101000 111100

Color Harmonies of #AFC271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC271

Black with #AFC271

Text Example


Text Example

White with #AFC271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC271; }

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

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

background-color css

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

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

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

border-color css

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

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

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