Html Css Color HEX #AFD430 Fuego

📋 copy color: '#AFD430'

red 175 ◦ green 212 ◦ blue 48

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

Shades of Fuego #AFD430

Tints of Fuego #AFD430

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.74%

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

R = 40.23%
G = 48.74%
B = 11.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#AFD430 (or 0xAFD430) is known color: Fuego. HEX triplet: AF, D4 and 30. RGB value is (175,212,48). Sum of RGB (Red+Green+Blue) = 175+212+48=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 212 (83.20% from 255 or 48.74% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD430 is #502BCF. Grayscale: #B6B6B6. Windows color (decimal): -5254096 or 3200175. OLE color: 3200175.

HSL color Cylindrical-coordinate representation of color #AFD430: hue angle of 73.54º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFD430 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 212 48 -
CMYK 0.17 0 0.77 0.17
HSL 73.54º 0.66% 0.51% -
HSV(B) 73.54º 0.77% 0.83% -
XYZ 41.76 56.41 11.48 -
YUV 182.24 52.24 122.84 -
System Red Green Blue C M Y K H S L
Decimal 175 212 48 0.17 0 0.77 0.17 73.54 0.66 0.51
Hex AF D4 30 11 0 4D 11 4A 42 33
Octal 257 324 60 21 0 115 21 112 102 63
Binary 10101111 11010100 110000 10001 0 1001101 10001 1001010 1000010 110011

Color Harmonies of #AFD430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD430

Black with #AFD430

Text Example


Text Example

White with #AFD430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD430; }

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

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

background-color css

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

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

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

border-color css

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

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

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