Html Css Color HEX #AFDF97 Madang

📋 copy color: '#AFDF97'

red 175 ◦ green 223 ◦ blue 151

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

Shades of Madang #AFDF97

Tints of Madang #AFDF97

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.62%

 BLUE value IS 151 (59.38% from 255) = 27.5%

R = 31.88%
G = 40.62%
B = 27.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#AFDF97 (or 0xAFDF97) is known color: Madang. HEX triplet: AF, DF and 97. RGB value is (175,223,151). Sum of RGB (Red+Green+Blue) = 175+223+151=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF97 is #502068. Grayscale: #C8C8C8. Windows color (decimal): -5251177 or 9953199. OLE color: 9953199.

HSL color Cylindrical-coordinate representation of color #AFDF97: hue angle of 100º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFDF97 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 151 -
CMYK 0.22 0 0.32 0.13
HSL 100º 0.53% 0.73% -
HSV(B) 100º 0.32% 0.87% -
XYZ 49.65 64.12 39.04 -
YUV 200.44 100.1 109.85 -
System Red Green Blue C M Y K H S L
Decimal 175 223 151 0.22 0 0.32 0.13 100 0.53 0.73
Hex AF DF 97 16 0 20 D 64 35 49
Octal 257 337 227 26 0 40 15 144 65 111
Binary 10101111 11011111 10010111 10110 0 100000 1101 1100100 110101 1001001

Color Harmonies of #AFDF97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF97

Black with #AFDF97

Text Example


Text Example

White with #AFDF97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF97; }

 p { color: rgb(175,223,151); }

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

background-color css

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

 a { background-color: rgb(175,223,151); }

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

border-color css

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

 span { border-color: rgb(175,223,151); }

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