#AFD330

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

Shades of Fuego #AFD330

Tints of Fuego #AFD330

Color information

#AFD330 (or 0xAFD330) is unknown color: approx Fuego. HEX triplet: AF, D3 and 30. RGB value is (175,211,48). Sum of RGB (Red+Green+Blue) = 175+211+48=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD330 is #502CCF. Grayscale: #B6B6B6. Windows color (decimal): -5254352 or 3199919. OLE color: 3199919.

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

Color convert

RGB17521148-
CMYK0.1700.770.17
HSL73.25º64.94%50.78%-
HSV(B)73.25º77.25%82.75%-
XYZ41.5155.9211.4-
YUV181.6552.57123.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 211 (82.81% from 255) = 48.62%
BLUE value IS 48 (19.14% from 255) = 11.06%
R=40.32%
G=48.62%
B=11.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal175211480.1700.770.1773.2564.9450.78
HexAFD3301104D11494133
Octal257323602101152111110163
Binary101011111101001111000010001010011011000110010011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD330; }

 p { color: rgb(175,211,48); }

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

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

 a { background-color: rgb(175,211,48); }

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

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

 span { border-color: rgb(175,211,48); }

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