Html Css Color HEX #AFD32F Fuego

📋 copy color: '#AFD32F'

red 175 ◦ green 211 ◦ blue 47

#AFD32F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #AFD32F

Tints of Fuego #AFD32F

RGB

 RED value IS 175 (68.75% from 255) = 40.42%

 GREEN value IS 211 (82.81% from 255) = 48.73%

 BLUE value IS 47 (18.75% from 255) = 10.85%

R = 40.42%
G = 48.73%
B = 10.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#AFD32F (or 0xAFD32F) is known color: Fuego. HEX triplet: AF, D3 and 2F. RGB value is (175,211,47). Sum of RGB (Red+Green+Blue) = 175+211+47=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD32F is #502CD0. Grayscale: #B6B6B6. Windows color (decimal): -5254353 or 3134383. OLE color: 3134383.

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

Color convert

RGB 175 211 47 -
CMYK 0.17 0 0.78 0.17
HSL 73.17º 0.65% 0.51% -
HSV(B) 73.17º 0.78% 0.83% -
XYZ 41.49 55.91 11.29 -
YUV 181.54 52.07 123.34 -
System Red Green Blue C M Y K H S L
Decimal 175 211 47 0.17 0 0.78 0.17 73.17 0.65 0.51
Hex AF D3 2F 11 0 4E 11 49 41 33
Octal 257 323 57 21 0 116 21 111 101 63
Binary 10101111 11010011 101111 10001 0 1001110 10001 1001001 1000001 110011

Color Harmonies of #AFD32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD32F

Black with #AFD32F

Text Example


Text Example

White with #AFD32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD32F; }

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

 H1.HeaderClassName
 {
   color: #AFD32F;
 }
 .AnyTagClassName
 {
   color: #AFD32F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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