Html Css Color HEX #AFD06F Caper

📋 copy color: '#AFD06F'

red 175 ◦ green 208 ◦ blue 111

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

Shades of Caper #AFD06F

Tints of Caper #AFD06F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.11%

 BLUE value IS 111 (43.75% from 255) = 22.47%

R = 35.43%
G = 42.11%
B = 22.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#AFD06F (or 0xAFD06F) is known color: Caper. HEX triplet: AF, D0 and 6F. RGB value is (175,208,111). Sum of RGB (Red+Green+Blue) = 175+208+111=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD06F is #502F90. Grayscale: #BBBBBB. Windows color (decimal): -5255057 or 7327919. OLE color: 7327919.

HSL color Cylindrical-coordinate representation of color #AFD06F: hue angle of 80.41º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFD06F is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 208 111 -
CMYK 0.16 0 0.47 0.18
HSL 80.41º 0.51% 0.63% -
HSV(B) 80.41º 0.47% 0.82% -
XYZ 43.1 55.37 23.46 -
YUV 187.08 85.07 119.39 -
System Red Green Blue C M Y K H S L
Decimal 175 208 111 0.16 0 0.47 0.18 80.41 0.51 0.63
Hex AF D0 6F 10 0 2F 12 50 33 3F
Octal 257 320 157 20 0 57 22 120 63 77
Binary 10101111 11010000 1101111 10000 0 101111 10010 1010000 110011 111111

Color Harmonies of #AFD06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD06F

Black with #AFD06F

Text Example


Text Example

White with #AFD06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD06F; }

 p { color: rgb(175,208,111); }

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

background-color css

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

 a { background-color: rgb(175,208,111); }

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

border-color css

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

 span { border-color: rgb(175,208,111); }

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