Html Css Color HEX #AFDE98 Madang

📋 copy color: '#AFDE98'

red 175 ◦ green 222 ◦ blue 152

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

Shades of Madang #AFDE98

Tints of Madang #AFDE98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.69%

R = 31.88%
G = 40.44%
B = 27.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#AFDE98 (or 0xAFDE98) is known color: Madang. HEX triplet: AF, DE and 98. RGB value is (175,222,152). Sum of RGB (Red+Green+Blue) = 175+222+152=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDE98 is #502167. Grayscale: #C8C8C8. Windows color (decimal): -5251432 or 10018479. OLE color: 10018479.

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

Color convert

RGB 175 222 152 -
CMYK 0.21 0 0.32 0.13
HSL 100.29º 0.51% 0.73% -
HSV(B) 100.29º 0.32% 0.87% -
XYZ 49.47 63.62 39.38 -
YUV 199.97 100.93 110.19 -
System Red Green Blue C M Y K H S L
Decimal 175 222 152 0.21 0 0.32 0.13 100.29 0.51 0.73
Hex AF DE 98 15 0 20 D 64 33 49
Octal 257 336 230 25 0 40 15 144 63 111
Binary 10101111 11011110 10011000 10101 0 100000 1101 1100100 110011 1001001

Color Harmonies of #AFDE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE98

Black with #AFDE98

Text Example


Text Example

White with #AFDE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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