Html Css Color HEX #AFD576 Caper

📋 copy color: '#AFD576'

red 175 ◦ green 213 ◦ blue 118

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

Shades of Caper #AFD576

Tints of Caper #AFD576

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.09%

 BLUE value IS 118 (46.48% from 255) = 23.32%

R = 34.58%
G = 42.09%
B = 23.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#AFD576 (or 0xAFD576) is known color: Caper. HEX triplet: AF, D5 and 76. RGB value is (175,213,118). Sum of RGB (Red+Green+Blue) = 175+213+118=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD576 is #502A89. Grayscale: #BFBFBF. Windows color (decimal): -5253770 or 7787951. OLE color: 7787951.

HSL color Cylindrical-coordinate representation of color #AFD576: hue angle of 84º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFD576 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 213 118 -
CMYK 0.18 0 0.45 0.16
HSL 84º 0.53% 0.65% -
HSV(B) 84º 0.45% 0.84% -
XYZ 44.74 58.01 25.98 -
YUV 190.81 86.91 116.72 -
System Red Green Blue C M Y K H S L
Decimal 175 213 118 0.18 0 0.45 0.16 84 0.53 0.65
Hex AF D5 76 12 0 2D 10 54 35 41
Octal 257 325 166 22 0 55 20 124 65 101
Binary 10101111 11010101 1110110 10010 0 101101 10000 1010100 110101 1000001

Color Harmonies of #AFD576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD576

Black with #AFD576

Text Example


Text Example

White with #AFD576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD576; }

 p { color: rgb(175,213,118); }

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

background-color css

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

 a { background-color: rgb(175,213,118); }

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

border-color css

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

 span { border-color: rgb(175,213,118); }

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