Html Css Color HEX #AFE130 Fuego

📋 copy color: '#AFE130'

red 175 ◦ green 225 ◦ blue 48

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

Shades of Fuego #AFE130

Tints of Fuego #AFE130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.22%

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

R = 39.06%
G = 50.22%
B = 10.71%

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

#AFE130 (or 0xAFE130) is known color: Fuego. HEX triplet: AF, E1 and 30. RGB value is (175,225,48). Sum of RGB (Red+Green+Blue) = 175+225+48=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE130 is #501ECF. Grayscale: #BEBEBE. Windows color (decimal): -5250768 or 3203503. OLE color: 3203503.

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

Color convert

RGB 175 225 48 -
CMYK 0.22 0 0.79 0.12
HSL 76.95º 0.75% 0.54% -
HSV(B) 76.95º 0.79% 0.88% -
XYZ 45.14 63.18 12.61 -
YUV 189.87 47.94 117.39 -
System Red Green Blue C M Y K H S L
Decimal 175 225 48 0.22 0 0.79 0.12 76.95 0.75 0.54
Hex AF E1 30 16 0 4F C 4D 4B 36
Octal 257 341 60 26 0 117 14 115 113 66
Binary 10101111 11100001 110000 10110 0 1001111 1100 1001101 1001011 110110

Color Harmonies of #AFE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE130

Black with #AFE130

Text Example


Text Example

White with #AFE130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE130; }

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

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

background-color css

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

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

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

border-color css

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

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

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