#AFDC34

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

Shades of Fuego #AFDC34

Tints of Fuego #AFDC34

Color information

#AFDC34 (or 0xAFDC34) is unknown color: approx Fuego. HEX triplet: AF, DC and 34. RGB value is (175,220,52). Sum of RGB (Red+Green+Blue) = 175+220+52=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC34 is #5023CB. Grayscale: #BCBCBC. Windows color (decimal): -5252044 or 3464367. OLE color: 3464367.

HSL color Cylindrical-coordinate representation of color #AFDC34: hue angle of 76.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFDC34 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB17522052-
CMYK0.2000.760.14
HSL76.07º70.59%53.33%-
HSV(B)76.07º76.36%86.27%-
XYZ43.8960.5512.62-
YUV187.3951.59119.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 220 (86.33% from 255) = 49.22%
BLUE value IS 52 (20.70% from 255) = 11.63%
R=39.15%
G=49.22%
B=11.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal175220520.2000.760.1476.0770.5953.33
HexAFDC341404CE4c4735
Octal257334642401141611410765
Binary10101111110111001101001010001001100111010011001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDC34; }

 p { color: rgb(175,220,52); }

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

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

 a { background-color: rgb(175,220,52); }

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

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

 span { border-color: rgb(175,220,52); }

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