Html Css Color HEX #AFDA29 Fuego

📋 copy color: '#AFDA29'

red 175 ◦ green 218 ◦ blue 41

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

Shades of Fuego #AFDA29

Tints of Fuego #AFDA29

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.23%

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

R = 40.32%
G = 50.23%
B = 9.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#AFDA29 (or 0xAFDA29) is known color: Fuego. HEX triplet: AF, DA and 29. RGB value is (175,218,41). Sum of RGB (Red+Green+Blue) = 175+218+41=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 41 (16.41% from 255 or 9.45% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDA29 is #5025D6. Grayscale: #B9B9B9. Windows color (decimal): -5252567 or 2742959. OLE color: 2742959.

HSL color Cylindrical-coordinate representation of color #AFDA29: hue angle of 74.58º degrees, saturation: 0.71, 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 #AFDA29 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 41 -
CMYK 0.20 0 0.81 0.15
HSL 74.58º 0.71% 0.51% -
HSV(B) 74.58º 0.81% 0.85% -
XYZ 43.15 59.42 11.29 -
YUV 184.97 46.75 120.89 -
System Red Green Blue C M Y K H S L
Decimal 175 218 41 0.20 0 0.81 0.15 74.58 0.71 0.51
Hex AF DA 29 14 0 51 F 4B 47 33
Octal 257 332 51 24 0 121 17 113 107 63
Binary 10101111 11011010 101001 10100 0 1010001 1111 1001011 1000111 110011

Color Harmonies of #AFDA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA29

Black with #AFDA29

Text Example


Text Example

White with #AFDA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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