#AFD42D

Color #AFD42D Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #AFD42D

Tints of Fuego #AFD42D

Color information

#AFD42D (or 0xAFD42D) is unknown color: approx Fuego. HEX triplet: AF, D4 and 2D. RGB value is (175,212,45). Sum of RGB (Red+Green+Blue) = 175+212+45=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD42D is #502BD2. Grayscale: #B6B6B6. Windows color (decimal): -5254099 or 3003567. OLE color: 3003567.

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

Color convert

RGB17521245-
CMYK0.1700.790.17
HSL73.29º66.01%50.39%-
HSV(B)73.29º78.77%83.14%-
XYZ41.756.3911.17-
YUV181.950.74123.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 212 (83.20% from 255) = 49.07%
BLUE value IS 45 (17.97% from 255) = 10.42%
R=40.51%
G=49.07%
B=10.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal175212450.1700.790.1773.2966.0150.39
HexAFD42D1104F11494232
Octal257324552101172111110262
Binary101011111101010010110110001010011111000110010011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD42D; }

 p { color: rgb(175,212,45); }

 H1.HeaderClassName
 {
   color: #AFD42D;
 }
 .AnyTagClassName
 {
   color: #AFD42D;
 }
</style>
background-color css

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

 a { background-color: rgb(175,212,45); }

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

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

 span { border-color: rgb(175,212,45); }

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