Html Css Color HEX #AFD17D Caper

📋 copy color: '#AFD17D'

red 175 ◦ green 209 ◦ blue 125

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

Shades of Caper #AFD17D

Tints of Caper #AFD17D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.06%

 BLUE value IS 125 (49.22% from 255) = 24.56%

R = 34.38%
G = 41.06%
B = 24.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#AFD17D (or 0xAFD17D) is known color: Caper. HEX triplet: AF, D1 and 7D. RGB value is (175,209,125). Sum of RGB (Red+Green+Blue) = 175+209+125=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD17D is #502E82. Grayscale: #BDBDBD. Windows color (decimal): -5254787 or 8245679. OLE color: 8245679.

HSL color Cylindrical-coordinate representation of color #AFD17D: hue angle of 84.29º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFD17D is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 209 125 -
CMYK 0.16 0 0.40 0.18
HSL 84.29º 0.48% 0.65% -
HSV(B) 84.29º 0.4% 0.82% -
XYZ 44.18 56.2 27.92 -
YUV 189.26 91.74 117.83 -
System Red Green Blue C M Y K H S L
Decimal 175 209 125 0.16 0 0.40 0.18 84.29 0.48 0.65
Hex AF D1 7D 10 0 28 12 54 30 41
Octal 257 321 175 20 0 50 22 124 60 101
Binary 10101111 11010001 1111101 10000 0 101000 10010 1010100 110000 1000001

Color Harmonies of #AFD17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD17D

Black with #AFD17D

Text Example


Text Example

White with #AFD17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD17D; }

 p { color: rgb(175,209,125); }

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

background-color css

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

 a { background-color: rgb(175,209,125); }

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

border-color css

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

 span { border-color: rgb(175,209,125); }

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