Html Css Color HEX #AFC572 Caper

📋 copy color: '#AFC572'

red 175 ◦ green 197 ◦ blue 114

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

Shades of Caper #AFC572

Tints of Caper #AFC572

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.53%

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

R = 36.01%
G = 40.53%
B = 23.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#AFC572 (or 0xAFC572) is known color: Caper. HEX triplet: AF, C5 and 72. RGB value is (175,197,114). Sum of RGB (Red+Green+Blue) = 175+197+114=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC572 is #503A8D. Grayscale: #B5B5B5. Windows color (decimal): -5257870 or 7521711. OLE color: 7521711.

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

Color convert

RGB 175 197 114 -
CMYK 0.11 0 0.42 0.23
HSL 75.9º 0.42% 0.61% -
HSV(B) 75.9º 0.42% 0.77% -
XYZ 40.68 50.26 23.48 -
YUV 180.96 90.21 123.75 -
System Red Green Blue C M Y K H S L
Decimal 175 197 114 0.11 0 0.42 0.23 75.9 0.42 0.61
Hex AF C5 72 B 0 2A 17 4C 2A 3D
Octal 257 305 162 13 0 52 27 114 52 75
Binary 10101111 11000101 1110010 1011 0 101010 10111 1001100 101010 111101

Color Harmonies of #AFC572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC572

Black with #AFC572

Text Example


Text Example

White with #AFC572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC572; }

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

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

background-color css

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

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

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

border-color css

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

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

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