Html Css Color HEX #AFC472 Caper

📋 copy color: '#AFC472'

red 175 ◦ green 196 ◦ blue 114

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

Shades of Caper #AFC472

Tints of Caper #AFC472

RGB

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

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

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

R = 36.08%
G = 40.41%
B = 23.51%

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

#AFC472 (or 0xAFC472) is known color: Caper. HEX triplet: AF, C4 and 72. RGB value is (175,196,114). Sum of RGB (Red+Green+Blue) = 175+196+114=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC472 is #503B8D. Grayscale: #B4B4B4. Windows color (decimal): -5258126 or 7521455. OLE color: 7521455.

HSL color Cylindrical-coordinate representation of color #AFC472: hue angle of 75.37º degrees, saturation: 0.41, 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 #AFC472 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 114 -
CMYK 0.11 0 0.42 0.23
HSL 75.37º 0.41% 0.61% -
HSV(B) 75.37º 0.42% 0.77% -
XYZ 40.46 49.81 23.4 -
YUV 180.37 90.54 124.17 -
System Red Green Blue C M Y K H S L
Decimal 175 196 114 0.11 0 0.42 0.23 75.37 0.41 0.61
Hex AF C4 72 B 0 2A 17 4B 29 3D
Octal 257 304 162 13 0 52 27 113 51 75
Binary 10101111 11000100 1110010 1011 0 101010 10111 1001011 101001 111101

Color Harmonies of #AFC472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC472

Black with #AFC472

Text Example


Text Example

White with #AFC472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC472; }

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

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

background-color css

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

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

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

border-color css

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

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

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