Html Css Color HEX #AFC47F Caper

📋 copy color: '#AFC47F'

red 175 ◦ green 196 ◦ blue 127

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

Shades of Caper #AFC47F

Tints of Caper #AFC47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.5%

R = 35.14%
G = 39.36%
B = 25.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#AFC47F (or 0xAFC47F) is known color: Caper. HEX triplet: AF, C4 and 7F. RGB value is (175,196,127). Sum of RGB (Red+Green+Blue) = 175+196+127=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC47F is #503B80. Grayscale: #B6B6B6. Windows color (decimal): -5258113 or 8373423. OLE color: 8373423.

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

Color convert

RGB 175 196 127 -
CMYK 0.11 0 0.35 0.23
HSL 78.26º 0.37% 0.63% -
HSV(B) 78.26º 0.35% 0.77% -
XYZ 41.25 50.13 27.58 -
YUV 181.86 97.04 123.11 -
System Red Green Blue C M Y K H S L
Decimal 175 196 127 0.11 0 0.35 0.23 78.26 0.37 0.63
Hex AF C4 7F B 0 23 17 4E 25 3F
Octal 257 304 177 13 0 43 27 116 45 77
Binary 10101111 11000100 1111111 1011 0 100011 10111 1001110 100101 111111

Color Harmonies of #AFC47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC47F

Black with #AFC47F

Text Example


Text Example

White with #AFC47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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