Html Css Color HEX #AFDD31 Fuego

📋 copy color: '#AFDD31'

red 175 ◦ green 221 ◦ blue 49

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

Shades of Fuego #AFDD31

Tints of Fuego #AFDD31

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.66%

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

R = 39.33%
G = 49.66%
B = 11.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#AFDD31 (or 0xAFDD31) is known color: Fuego. HEX triplet: AF, DD and 31. RGB value is (175,221,49). Sum of RGB (Red+Green+Blue) = 175+221+49=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 49 (19.53% from 255 or 11.01% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD31 is #5022CE. Grayscale: #BCBCBC. Windows color (decimal): -5251791 or 3268015. OLE color: 3268015.

HSL color Cylindrical-coordinate representation of color #AFDD31: hue angle of 76.05º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFDD31 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 49 -
CMYK 0.21 0 0.78 0.13
HSL 76.05º 0.72% 0.53% -
HSV(B) 76.05º 0.78% 0.87% -
XYZ 44.09 61.05 12.37 -
YUV 187.64 49.76 118.99 -
System Red Green Blue C M Y K H S L
Decimal 175 221 49 0.21 0 0.78 0.13 76.05 0.72 0.53
Hex AF DD 31 15 0 4E D 4C 48 35
Octal 257 335 61 25 0 116 15 114 110 65
Binary 10101111 11011101 110001 10101 0 1001110 1101 1001100 1001000 110101

Color Harmonies of #AFDD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD31

Black with #AFDD31

Text Example


Text Example

White with #AFDD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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