Html Css Color HEX #AFD531 Fuego

📋 copy color: '#AFD531'

red 175 ◦ green 213 ◦ blue 49

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

Shades of Fuego #AFD531

Tints of Fuego #AFD531

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.74%

 BLUE value IS 49 (19.53% from 255) = 11.21%

R = 40.05%
G = 48.74%
B = 11.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#AFD531 (or 0xAFD531) is known color: Fuego. HEX triplet: AF, D5 and 31. RGB value is (175,213,49). Sum of RGB (Red+Green+Blue) = 175+213+49=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD531 is #502ACE. Grayscale: #B7B7B7. Windows color (decimal): -5253839 or 3265967. OLE color: 3265967.

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

Color convert

RGB 175 213 49 -
CMYK 0.18 0 0.77 0.16
HSL 73.9º 0.66% 0.51% -
HSV(B) 73.9º 0.77% 0.84% -
XYZ 42.03 56.92 11.68 -
YUV 182.94 52.41 122.34 -
System Red Green Blue C M Y K H S L
Decimal 175 213 49 0.18 0 0.77 0.16 73.9 0.66 0.51
Hex AF D5 31 12 0 4D 10 4A 42 33
Octal 257 325 61 22 0 115 20 112 102 63
Binary 10101111 11010101 110001 10010 0 1001101 10000 1001010 1000010 110011

Color Harmonies of #AFD531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD531

Black with #AFD531

Text Example


Text Example

White with #AFD531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD531; }

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

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

background-color css

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

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

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

border-color css

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

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

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