Html Css Color HEX #AFD329 Fuego

📋 copy color: '#AFD329'

red 175 ◦ green 211 ◦ blue 41

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

Shades of Fuego #AFD329

Tints of Fuego #AFD329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.6%

R = 40.98%
G = 49.41%
B = 9.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#AFD329 (or 0xAFD329) is known color: Fuego. HEX triplet: AF, D3 and 29. RGB value is (175,211,41). Sum of RGB (Red+Green+Blue) = 175+211+41=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD329 is #502CD6. Grayscale: #B5B5B5. Windows color (decimal): -5254359 or 2741167. OLE color: 2741167.

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

Color convert

RGB 175 211 41 -
CMYK 0.17 0 0.81 0.17
HSL 72.71º 0.67% 0.49% -
HSV(B) 72.71º 0.81% 0.83% -
XYZ 41.37 55.86 10.7 -
YUV 180.86 49.07 123.82 -
System Red Green Blue C M Y K H S L
Decimal 175 211 41 0.17 0 0.81 0.17 72.71 0.67 0.49
Hex AF D3 29 11 0 51 11 49 43 31
Octal 257 323 51 21 0 121 21 111 103 61
Binary 10101111 11010011 101001 10001 0 1010001 10001 1001001 1000011 110001

Color Harmonies of #AFD329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD329

Black with #AFD329

Text Example


Text Example

White with #AFD329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD329; }

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

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

background-color css

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

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

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

border-color css

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

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

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