Html Css Color HEX #AFDF99 Madang

📋 copy color: '#AFDF99'

red 175 ◦ green 223 ◦ blue 153

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

Shades of Madang #AFDF99

Tints of Madang #AFDF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.77%

R = 31.76%
G = 40.47%
B = 27.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#AFDF99 (or 0xAFDF99) is known color: Madang. HEX triplet: AF, DF and 99. RGB value is (175,223,153). Sum of RGB (Red+Green+Blue) = 175+223+153=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF99 is #502066. Grayscale: #C8C8C8. Windows color (decimal): -5251175 or 10084271. OLE color: 10084271.

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

Color convert

RGB 175 223 153 -
CMYK 0.22 0 0.31 0.13
HSL 101.14º 0.52% 0.74% -
HSV(B) 101.14º 0.31% 0.87% -
XYZ 49.82 64.19 39.9 -
YUV 200.67 101.1 109.69 -
System Red Green Blue C M Y K H S L
Decimal 175 223 153 0.22 0 0.31 0.13 101.14 0.52 0.74
Hex AF DF 99 16 0 1F D 65 34 4A
Octal 257 337 231 26 0 37 15 145 64 112
Binary 10101111 11011111 10011001 10110 0 11111 1101 1100101 110100 1001010

Color Harmonies of #AFDF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF99

Black with #AFDF99

Text Example


Text Example

White with #AFDF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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