Html Css Color HEX #AFD130 Fuego

📋 copy color: '#AFD130'

red 175 ◦ green 209 ◦ blue 48

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

Shades of Fuego #AFD130

Tints of Fuego #AFD130

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.38%

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

R = 40.51%
G = 48.38%
B = 11.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#AFD130 (or 0xAFD130) is known color: Fuego. HEX triplet: AF, D1 and 30. RGB value is (175,209,48). Sum of RGB (Red+Green+Blue) = 175+209+48=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 209 (82.03% from 255 or 48.38% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD130 is #502ECF. Grayscale: #B5B5B5. Windows color (decimal): -5254864 or 3199407. OLE color: 3199407.

HSL color Cylindrical-coordinate representation of color #AFD130: hue angle of 72.67º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFD130 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 209 48 -
CMYK 0.16 0 0.77 0.18
HSL 72.67º 0.64% 0.5% -
HSV(B) 72.67º 0.77% 0.82% -
XYZ 41.01 54.93 11.24 -
YUV 180.48 53.24 124.09 -
System Red Green Blue C M Y K H S L
Decimal 175 209 48 0.16 0 0.77 0.18 72.67 0.64 0.5
Hex AF D1 30 10 0 4D 12 49 40 32
Octal 257 321 60 20 0 115 22 111 100 62
Binary 10101111 11010001 110000 10000 0 1001101 10010 1001001 1000000 110010

Color Harmonies of #AFD130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD130

Black with #AFD130

Text Example


Text Example

White with #AFD130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD130; }

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

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

background-color css

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

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

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

border-color css

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

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

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