Html Css Color HEX #AFD730 Fuego

📋 copy color: '#AFD730'

red 175 ◦ green 215 ◦ blue 48

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

Shades of Fuego #AFD730

Tints of Fuego #AFD730

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.09%

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

R = 39.95%
G = 49.09%
B = 10.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#AFD730 (or 0xAFD730) is known color: Fuego. HEX triplet: AF, D7 and 30. RGB value is (175,215,48). Sum of RGB (Red+Green+Blue) = 175+215+48=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 48 (19.14% from 255 or 10.96% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD730 is #5028CF. Grayscale: #B8B8B8. Windows color (decimal): -5253328 or 3200943. OLE color: 3200943.

HSL color Cylindrical-coordinate representation of color #AFD730: hue angle of 74.37º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFD730 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 215 48 -
CMYK 0.19 0 0.78 0.16
HSL 74.37º 0.68% 0.52% -
HSV(B) 74.37º 0.78% 0.84% -
XYZ 42.51 57.93 11.74 -
YUV 184 51.25 121.58 -
System Red Green Blue C M Y K H S L
Decimal 175 215 48 0.19 0 0.78 0.16 74.37 0.68 0.52
Hex AF D7 30 13 0 4E 10 4A 44 34
Octal 257 327 60 23 0 116 20 112 104 64
Binary 10101111 11010111 110000 10011 0 1001110 10000 1001010 1000100 110100

Color Harmonies of #AFD730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD730

Black with #AFD730

Text Example


Text Example

White with #AFD730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD730; }

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

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

background-color css

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

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

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

border-color css

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

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

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