Html Css Color HEX #AFE030 Fuego

📋 copy color: '#AFE030'

red 175 ◦ green 224 ◦ blue 48

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

Shades of Fuego #AFE030

Tints of Fuego #AFE030

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.11%

 BLUE value IS 48 (19.14% from 255) = 10.74%

R = 39.15%
G = 50.11%
B = 10.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#AFE030 (or 0xAFE030) is known color: Fuego. HEX triplet: AF, E0 and 30. RGB value is (175,224,48). Sum of RGB (Red+Green+Blue) = 175+224+48=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE030 is #501FCF. Grayscale: #BDBDBD. Windows color (decimal): -5251024 or 3203247. OLE color: 3203247.

HSL color Cylindrical-coordinate representation of color #AFE030: hue angle of 76.7º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFE030 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 48 -
CMYK 0.22 0 0.79 0.12
HSL 76.7º 0.74% 0.53% -
HSV(B) 76.7º 0.79% 0.88% -
XYZ 44.87 62.64 12.52 -
YUV 189.29 48.27 117.81 -
System Red Green Blue C M Y K H S L
Decimal 175 224 48 0.22 0 0.79 0.12 76.7 0.74 0.53
Hex AF E0 30 16 0 4F C 4D 4A 35
Octal 257 340 60 26 0 117 14 115 112 65
Binary 10101111 11100000 110000 10110 0 1001111 1100 1001101 1001010 110101

Color Harmonies of #AFE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE030

Black with #AFE030

Text Example


Text Example

White with #AFE030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE030; }

 p { color: rgb(175,224,48); }

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

background-color css

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

 a { background-color: rgb(175,224,48); }

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

border-color css

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

 span { border-color: rgb(175,224,48); }

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