Html Css Color HEX #AFD128 Fuego

📋 copy color: '#AFD128'

red 175 ◦ green 209 ◦ blue 40

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

Shades of Fuego #AFD128

Tints of Fuego #AFD128

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.29%

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

R = 41.27%
G = 49.29%
B = 9.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#AFD128 (or 0xAFD128) is known color: Fuego. HEX triplet: AF, D1 and 28. RGB value is (175,209,40). Sum of RGB (Red+Green+Blue) = 175+209+40=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD128 is #502ED7. Grayscale: #B4B4B4. Windows color (decimal): -5254872 or 2675119. OLE color: 2675119.

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

Color convert

RGB 175 209 40 -
CMYK 0.16 0 0.81 0.18
HSL 72.07º 0.68% 0.49% -
HSV(B) 72.07º 0.81% 0.82% -
XYZ 40.86 54.87 10.44 -
YUV 179.57 49.24 124.74 -
System Red Green Blue C M Y K H S L
Decimal 175 209 40 0.16 0 0.81 0.18 72.07 0.68 0.49
Hex AF D1 28 10 0 51 12 48 44 31
Octal 257 321 50 20 0 121 22 110 104 61
Binary 10101111 11010001 101000 10000 0 1010001 10010 1001000 1000100 110001

Color Harmonies of #AFD128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD128

Black with #AFD128

Text Example


Text Example

White with #AFD128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD128; }

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

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

background-color css

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

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

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

border-color css

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

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

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