Html Css Color HEX #AFD929 Fuego

📋 copy color: '#AFD929'

red 175 ◦ green 217 ◦ blue 41

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

Shades of Fuego #AFD929

Tints of Fuego #AFD929

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.12%

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

R = 40.42%
G = 50.12%
B = 9.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#AFD929 (or 0xAFD929) is known color: Fuego. HEX triplet: AF, D9 and 29. RGB value is (175,217,41). Sum of RGB (Red+Green+Blue) = 175+217+41=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 41 (16.41% from 255 or 9.47% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD929 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD929 is #5026D6. Grayscale: #B9B9B9. Windows color (decimal): -5252823 or 2742703. OLE color: 2742703.

HSL color Cylindrical-coordinate representation of color #AFD929: hue angle of 74.32º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFD929 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 217 41 -
CMYK 0.19 0 0.81 0.15
HSL 74.32º 0.7% 0.51% -
HSV(B) 74.32º 0.81% 0.85% -
XYZ 42.89 58.9 11.21 -
YUV 184.38 47.09 121.31 -
System Red Green Blue C M Y K H S L
Decimal 175 217 41 0.19 0 0.81 0.15 74.32 0.7 0.51
Hex AF D9 29 13 0 51 F 4A 46 33
Octal 257 331 51 23 0 121 17 112 106 63
Binary 10101111 11011001 101001 10011 0 1010001 1111 1001010 1000110 110011

Color Harmonies of #AFD929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD929

Black with #AFD929

Text Example


Text Example

White with #AFD929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD929; }

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

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

background-color css

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

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

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

border-color css

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

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

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