Html Css Color HEX #AFD526 Fuego

📋 copy color: '#AFD526'

red 175 ◦ green 213 ◦ blue 38

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

Shades of Fuego #AFD526

Tints of Fuego #AFD526

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50%

 BLUE value IS 38 (15.23% from 255) = 8.92%

R = 41.08%
G = 50%
B = 8.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#AFD526 (or 0xAFD526) is known color: Fuego. HEX triplet: AF, D5 and 26. RGB value is (175,213,38). Sum of RGB (Red+Green+Blue) = 175+213+38=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD526 is #502AD9. Grayscale: #B6B6B6. Windows color (decimal): -5253850 or 2545071. OLE color: 2545071.

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

Color convert

RGB 175 213 38 -
CMYK 0.18 0 0.82 0.16
HSL 73.03º 0.7% 0.49% -
HSV(B) 73.03º 0.82% 0.84% -
XYZ 41.82 56.84 10.6 -
YUV 181.69 46.91 123.23 -
System Red Green Blue C M Y K H S L
Decimal 175 213 38 0.18 0 0.82 0.16 73.03 0.7 0.49
Hex AF D5 26 12 0 52 10 49 46 31
Octal 257 325 46 22 0 122 20 111 106 61
Binary 10101111 11010101 100110 10010 0 1010010 10000 1001001 1000110 110001

Color Harmonies of #AFD526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD526

Black with #AFD526

Text Example


Text Example

White with #AFD526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD526; }

 p { color: rgb(175,213,38); }

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

background-color css

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

 a { background-color: rgb(175,213,38); }

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

border-color css

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

 span { border-color: rgb(175,213,38); }

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