Html Css Color HEX #AFDE99 Madang

📋 copy color: '#AFDE99'

red 175 ◦ green 222 ◦ blue 153

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

Shades of Madang #AFDE99

Tints of Madang #AFDE99

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.36%

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

R = 31.82%
G = 40.36%
B = 27.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#AFDE99 (or 0xAFDE99) is known color: Madang. HEX triplet: AF, DE and 99. RGB value is (175,222,153). Sum of RGB (Red+Green+Blue) = 175+222+153=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDE99 is #502166. Grayscale: #C8C8C8. Windows color (decimal): -5251431 or 10084015. OLE color: 10084015.

HSL color Cylindrical-coordinate representation of color #AFDE99: hue angle of 100.87º degrees, saturation: 0.51, 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 #AFDE99 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 222 153 -
CMYK 0.21 0 0.31 0.13
HSL 100.87º 0.51% 0.74% -
HSV(B) 100.87º 0.31% 0.87% -
XYZ 49.55 63.66 39.81 -
YUV 200.08 101.43 110.11 -
System Red Green Blue C M Y K H S L
Decimal 175 222 153 0.21 0 0.31 0.13 100.87 0.51 0.74
Hex AF DE 99 15 0 1F D 65 33 4A
Octal 257 336 231 25 0 37 15 145 63 112
Binary 10101111 11011110 10011001 10101 0 11111 1101 1100101 110011 1001010

Color Harmonies of #AFDE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE99

Black with #AFDE99

Text Example


Text Example

White with #AFDE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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