Html Css Color HEX #AFD36D Caper

📋 copy color: '#AFD36D'

red 175 ◦ green 211 ◦ blue 109

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

Shades of Caper #AFD36D

Tints of Caper #AFD36D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.63%

 BLUE value IS 109 (42.97% from 255) = 22.02%

R = 35.35%
G = 42.63%
B = 22.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#AFD36D (or 0xAFD36D) is known color: Caper. HEX triplet: AF, D3 and 6D. RGB value is (175,211,109). Sum of RGB (Red+Green+Blue) = 175+211+109=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD36D is #502C92. Grayscale: #BCBCBC. Windows color (decimal): -5254291 or 7197615. OLE color: 7197615.

HSL color Cylindrical-coordinate representation of color #AFD36D: hue angle of 81.18º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFD36D is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 109 -
CMYK 0.17 0 0.48 0.17
HSL 81.18º 0.54% 0.63% -
HSV(B) 81.18º 0.48% 0.83% -
XYZ 43.73 56.81 23.13 -
YUV 188.61 83.07 118.29 -
System Red Green Blue C M Y K H S L
Decimal 175 211 109 0.17 0 0.48 0.17 81.18 0.54 0.63
Hex AF D3 6D 11 0 30 11 51 36 3F
Octal 257 323 155 21 0 60 21 121 66 77
Binary 10101111 11010011 1101101 10001 0 110000 10001 1010001 110110 111111

Color Harmonies of #AFD36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD36D

Black with #AFD36D

Text Example


Text Example

White with #AFD36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD36D; }

 p { color: rgb(175,211,109); }

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

background-color css

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

 a { background-color: rgb(175,211,109); }

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

border-color css

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

 span { border-color: rgb(175,211,109); }

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