Html Css Color HEX #AFC772 Caper

📋 copy color: '#AFC772'

red 175 ◦ green 199 ◦ blue 114

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

Shades of Caper #AFC772

Tints of Caper #AFC772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.36%

R = 35.86%
G = 40.78%
B = 23.36%

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

#AFC772 (or 0xAFC772) is known color: Caper. HEX triplet: AF, C7 and 72. RGB value is (175,199,114). Sum of RGB (Red+Green+Blue) = 175+199+114=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC772 is #50388D. Grayscale: #B6B6B6. Windows color (decimal): -5257358 or 7522223. OLE color: 7522223.

HSL color Cylindrical-coordinate representation of color #AFC772: hue angle of 76.94º 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 #AFC772 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 114 -
CMYK 0.12 0 0.43 0.22
HSL 76.94º 0.43% 0.61% -
HSV(B) 76.94º 0.43% 0.78% -
XYZ 41.14 51.18 23.63 -
YUV 182.13 89.55 122.91 -
System Red Green Blue C M Y K H S L
Decimal 175 199 114 0.12 0 0.43 0.22 76.94 0.43 0.61
Hex AF C7 72 C 0 2B 16 4D 2B 3D
Octal 257 307 162 14 0 53 26 115 53 75
Binary 10101111 11000111 1110010 1100 0 101011 10110 1001101 101011 111101

Color Harmonies of #AFC772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC772

Black with #AFC772

Text Example


Text Example

White with #AFC772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC772; }

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

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

background-color css

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

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

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

border-color css

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

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

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