Html Css Color HEX #AFD831 Fuego

📋 copy color: '#AFD831'

red 175 ◦ green 216 ◦ blue 49

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

Shades of Fuego #AFD831

Tints of Fuego #AFD831

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.09%

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

R = 39.77%
G = 49.09%
B = 11.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#AFD831 (or 0xAFD831) is known color: Fuego. HEX triplet: AF, D8 and 31. RGB value is (175,216,49). Sum of RGB (Red+Green+Blue) = 175+216+49=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD831 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD831 is #5027CE. Grayscale: #B9B9B9. Windows color (decimal): -5253071 or 3266735. OLE color: 3266735.

HSL color Cylindrical-coordinate representation of color #AFD831: hue angle of 74.73º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFD831 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 216 49 -
CMYK 0.19 0 0.77 0.15
HSL 74.73º 0.68% 0.52% -
HSV(B) 74.73º 0.77% 0.85% -
XYZ 42.79 58.45 11.93 -
YUV 184.7 51.42 121.08 -
System Red Green Blue C M Y K H S L
Decimal 175 216 49 0.19 0 0.77 0.15 74.73 0.68 0.52
Hex AF D8 31 13 0 4D F 4B 44 34
Octal 257 330 61 23 0 115 17 113 104 64
Binary 10101111 11011000 110001 10011 0 1001101 1111 1001011 1000100 110100

Color Harmonies of #AFD831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD831

Black with #AFD831

Text Example


Text Example

White with #AFD831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD831; }

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

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

background-color css

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

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

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

border-color css

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

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

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