Html Css Color HEX #AFD229 Fuego

📋 copy color: '#AFD229'

red 175 ◦ green 210 ◦ blue 41

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

Shades of Fuego #AFD229

Tints of Fuego #AFD229

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.3%

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

R = 41.08%
G = 49.3%
B = 9.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#AFD229 (or 0xAFD229) is known color: Fuego. HEX triplet: AF, D2 and 29. RGB value is (175,210,41). Sum of RGB (Red+Green+Blue) = 175+210+41=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD229 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD229 is #502DD6. Grayscale: #B4B4B4. Windows color (decimal): -5254615 or 2740911. OLE color: 2740911.

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

Color convert

RGB 175 210 41 -
CMYK 0.17 0 0.80 0.18
HSL 72.43º 0.67% 0.49% -
HSV(B) 72.43º 0.8% 0.82% -
XYZ 41.13 55.37 10.62 -
YUV 180.27 49.4 124.24 -
System Red Green Blue C M Y K H S L
Decimal 175 210 41 0.17 0 0.80 0.18 72.43 0.67 0.49
Hex AF D2 29 11 0 50 12 48 43 31
Octal 257 322 51 21 0 120 22 110 103 61
Binary 10101111 11010010 101001 10001 0 1010000 10010 1001000 1000011 110001

Color Harmonies of #AFD229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD229

Black with #AFD229

Text Example


Text Example

White with #AFD229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD229; }

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

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

background-color css

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

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

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

border-color css

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

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

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