Html Css Color HEX #AFD32E Fuego

📋 copy color: '#AFD32E'

red 175 ◦ green 211 ◦ blue 46

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

Shades of Fuego #AFD32E

Tints of Fuego #AFD32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.65%

R = 40.51%
G = 48.84%
B = 10.65%

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

#AFD32E (or 0xAFD32E) is known color: Fuego. HEX triplet: AF, D3 and 2E. RGB value is (175,211,46). Sum of RGB (Red+Green+Blue) = 175+211+46=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD32E is #502CD1. Grayscale: #B6B6B6. Windows color (decimal): -5254354 or 3068847. OLE color: 3068847.

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

Color convert

RGB 175 211 46 -
CMYK 0.17 0 0.78 0.17
HSL 73.09º 0.65% 0.5% -
HSV(B) 73.09º 0.78% 0.83% -
XYZ 41.47 55.9 11.19 -
YUV 181.43 51.57 123.42 -
System Red Green Blue C M Y K H S L
Decimal 175 211 46 0.17 0 0.78 0.17 73.09 0.65 0.5
Hex AF D3 2E 11 0 4E 11 49 41 32
Octal 257 323 56 21 0 116 21 111 101 62
Binary 10101111 11010011 101110 10001 0 1001110 10001 1001001 1000001 110010

Color Harmonies of #AFD32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD32E

Black with #AFD32E

Text Example


Text Example

White with #AFD32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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