#AFD633

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

Shades of Fuego #AFD633

Tints of Fuego #AFD633

Color information

#AFD633 (or 0xAFD633) is unknown color: approx Fuego. HEX triplet: AF, D6 and 33. RGB value is (175,214,51). Sum of RGB (Red+Green+Blue) = 175+214+51=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD633 is #5029CC. Grayscale: #B8B8B8. Windows color (decimal): -5253581 or 3397295. OLE color: 3397295.

HSL color Cylindrical-coordinate representation of color #AFD633: hue angle of 74.36º degrees, saturation: 0.67, 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 #AFD633 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB17521451-
CMYK0.1800.760.16
HSL74.36º66.53%51.96%-
HSV(B)74.36º76.17%83.92%-
XYZ42.3257.4511.99-
YUV183.7653.08121.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 214 (83.98% from 255) = 48.64%
BLUE value IS 51 (20.31% from 255) = 11.59%
R=39.77%
G=48.64%
B=11.59%

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
Decimal175214510.1800.760.1674.3666.5351.96
HexAFD6331204C104a4334
Octal257326632201142011210364
Binary101011111101011011001110010010011001000010010101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD633; }

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

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

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

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

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

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

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

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