Html Css Color HEX #AFD830 Fuego

📋 copy color: '#AFD830'

red 175 ◦ green 216 ◦ blue 48

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

Shades of Fuego #AFD830

Tints of Fuego #AFD830

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.2%

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

R = 39.86%
G = 49.2%
B = 10.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#AFD830 (or 0xAFD830) is known color: Fuego. HEX triplet: AF, D8 and 30. RGB value is (175,216,48). Sum of RGB (Red+Green+Blue) = 175+216+48=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD830 is #5027CF. Grayscale: #B9B9B9. Windows color (decimal): -5253072 or 3201199. OLE color: 3201199.

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

Color convert

RGB 175 216 48 -
CMYK 0.19 0 0.78 0.15
HSL 74.64º 0.68% 0.52% -
HSV(B) 74.64º 0.78% 0.85% -
XYZ 42.77 58.44 11.82 -
YUV 184.59 50.92 121.16 -
System Red Green Blue C M Y K H S L
Decimal 175 216 48 0.19 0 0.78 0.15 74.64 0.68 0.52
Hex AF D8 30 13 0 4E F 4B 44 34
Octal 257 330 60 23 0 116 17 113 104 64
Binary 10101111 11011000 110000 10011 0 1001110 1111 1001011 1000100 110100

Color Harmonies of #AFD830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD830

Black with #AFD830

Text Example


Text Example

White with #AFD830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD830; }

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

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

background-color css

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

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

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

border-color css

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

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

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