#AFD235

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

Shades of Fuego #AFD235

Tints of Fuego #AFD235

Color information

#AFD235 (or 0xAFD235) is unknown color: approx Fuego. HEX triplet: AF, D2 and 35. RGB value is (175,210,53). Sum of RGB (Red+Green+Blue) = 175+210+53=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD235 is #502DCA. Grayscale: #B6B6B6. Windows color (decimal): -5254603 or 3527343. OLE color: 3527343.

HSL color Cylindrical-coordinate representation of color #AFD235: hue angle of 73.38º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFD235 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB17521053-
CMYK0.1700.750.18
HSL73.38º63.56%51.57%-
HSV(B)73.38º74.76%82.35%-
XYZ41.3755.4611.89-
YUV181.6455.4123.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 210 (82.42% from 255) = 47.95%
BLUE value IS 53 (21.09% from 255) = 12.10%
R=39.95%
G=47.95%
B=12.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175210530.1700.750.1873.3863.5651.57
HexAFD2351104B12494034
Octal257322652101132211110064
Binary101011111101001011010110001010010111001010010011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD235; }

 p { color: rgb(175,210,53); }

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

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

 a { background-color: rgb(175,210,53); }

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

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

 span { border-color: rgb(175,210,53); }

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