Html Css Color HEX #AFD529 Fuego

📋 copy color: '#AFD529'

red 175 ◦ green 213 ◦ blue 41

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

Shades of Fuego #AFD529

Tints of Fuego #AFD529

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.65%

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

R = 40.79%
G = 49.65%
B = 9.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#AFD529 (or 0xAFD529) is known color: Fuego. HEX triplet: AF, D5 and 29. RGB value is (175,213,41). Sum of RGB (Red+Green+Blue) = 175+213+41=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD529 is #502AD6. Grayscale: #B6B6B6. Windows color (decimal): -5253847 or 2741679. OLE color: 2741679.

HSL color Cylindrical-coordinate representation of color #AFD529: hue angle of 73.26º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFD529 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 213 41 -
CMYK 0.18 0 0.81 0.16
HSL 73.26º 0.68% 0.5% -
HSV(B) 73.26º 0.81% 0.84% -
XYZ 41.87 56.86 10.87 -
YUV 182.03 48.41 122.99 -
System Red Green Blue C M Y K H S L
Decimal 175 213 41 0.18 0 0.81 0.16 73.26 0.68 0.5
Hex AF D5 29 12 0 51 10 49 44 32
Octal 257 325 51 22 0 121 20 111 104 62
Binary 10101111 11010101 101001 10010 0 1010001 10000 1001001 1000100 110010

Color Harmonies of #AFD529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD529

Black with #AFD529

Text Example


Text Example

White with #AFD529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD529; }

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

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

background-color css

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

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

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

border-color css

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

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

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