Html Css Color HEX #AFD528 Fuego

📋 copy color: '#AFD528'

red 175 ◦ green 213 ◦ blue 40

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

Shades of Fuego #AFD528

Tints of Fuego #AFD528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.35%

R = 40.89%
G = 49.77%
B = 9.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#AFD528 (or 0xAFD528) is known color: Fuego. HEX triplet: AF, D5 and 28. RGB value is (175,213,40). Sum of RGB (Red+Green+Blue) = 175+213+40=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD528 is #502AD7. Grayscale: #B6B6B6. Windows color (decimal): -5253848 or 2676143. OLE color: 2676143.

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

Color convert

RGB 175 213 40 -
CMYK 0.18 0 0.81 0.16
HSL 73.18º 0.68% 0.5% -
HSV(B) 73.18º 0.81% 0.84% -
XYZ 41.86 56.86 10.78 -
YUV 181.92 47.91 123.07 -
System Red Green Blue C M Y K H S L
Decimal 175 213 40 0.18 0 0.81 0.16 73.18 0.68 0.5
Hex AF D5 28 12 0 51 10 49 44 32
Octal 257 325 50 22 0 121 20 111 104 62
Binary 10101111 11010101 101000 10010 0 1010001 10000 1001001 1000100 110010

Color Harmonies of #AFD528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD528

Black with #AFD528

Text Example


Text Example

White with #AFD528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD528; }

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

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

background-color css

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

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

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

border-color css

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

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

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