Html Css Color HEX #AFDD33 Fuego

📋 copy color: '#AFDD33'

red 175 ◦ green 221 ◦ blue 51

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

Shades of Fuego #AFDD33

Tints of Fuego #AFDD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.41%

R = 39.15%
G = 49.44%
B = 11.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#AFDD33 (or 0xAFDD33) is known color: Fuego. HEX triplet: AF, DD and 33. RGB value is (175,221,51). Sum of RGB (Red+Green+Blue) = 175+221+51=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 51 (20.31% from 255 or 11.41% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD33 is #5022CC. Grayscale: #BCBCBC. Windows color (decimal): -5251789 or 3399087. OLE color: 3399087.

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

Color convert

RGB 175 221 51 -
CMYK 0.21 0 0.77 0.13
HSL 76.24º 0.71% 0.53% -
HSV(B) 76.24º 0.77% 0.87% -
XYZ 44.13 61.07 12.59 -
YUV 187.87 50.76 118.82 -
System Red Green Blue C M Y K H S L
Decimal 175 221 51 0.21 0 0.77 0.13 76.24 0.71 0.53
Hex AF DD 33 15 0 4D D 4C 47 35
Octal 257 335 63 25 0 115 15 114 107 65
Binary 10101111 11011101 110011 10101 0 1001101 1101 1001100 1000111 110101

Color Harmonies of #AFDD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD33

Black with #AFDD33

Text Example


Text Example

White with #AFDD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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