#AFD533

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

Shades of Fuego #AFD533

Tints of Fuego #AFD533

Color information

#AFD533 (or 0xAFD533) is unknown color: approx Fuego. HEX triplet: AF, D5 and 33. RGB value is (175,213,51). Sum of RGB (Red+Green+Blue) = 175+213+51=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD533 is #502ACC. Grayscale: #B7B7B7. Windows color (decimal): -5253837 or 3397039. OLE color: 3397039.

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

Color convert

RGB17521351-
CMYK0.1800.760.16
HSL74.07º65.85%51.76%-
HSV(B)74.07º76.06%83.53%-
XYZ42.0756.9411.91-
YUV183.1753.41122.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 213 (83.59% from 255) = 48.52%
BLUE value IS 51 (20.31% from 255) = 11.62%
R=39.86%
G=48.52%
B=11.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175213510.1800.760.1674.0765.8551.76
HexAFD5331204C104a4234
Octal257325632201142011210264
Binary101011111101010111001110010010011001000010010101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD533; }

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

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

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

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

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

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

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

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