Html Css Color HEX #AFD628 Fuego

📋 copy color: '#AFD628'

red 175 ◦ green 214 ◦ blue 40

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

Shades of Fuego #AFD628

Tints of Fuego #AFD628

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.88%

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

R = 40.79%
G = 49.88%
B = 9.32%

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

#AFD628 (or 0xAFD628) is known color: Fuego. HEX triplet: AF, D6 and 28. RGB value is (175,214,40). Sum of RGB (Red+Green+Blue) = 175+214+40=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD628 is #5029D7. Grayscale: #B7B7B7. Windows color (decimal): -5253592 or 2676399. OLE color: 2676399.

HSL color Cylindrical-coordinate representation of color #AFD628: hue angle of 73.45º degrees, saturation: 0.69, 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 #AFD628 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 214 40 -
CMYK 0.18 0 0.81 0.16
HSL 73.45º 0.69% 0.5% -
HSV(B) 73.45º 0.81% 0.84% -
XYZ 42.11 57.36 10.86 -
YUV 182.5 47.58 122.65 -
System Red Green Blue C M Y K H S L
Decimal 175 214 40 0.18 0 0.81 0.16 73.45 0.69 0.5
Hex AF D6 28 12 0 51 10 49 45 32
Octal 257 326 50 22 0 121 20 111 105 62
Binary 10101111 11010110 101000 10010 0 1010001 10000 1001001 1000101 110010

Color Harmonies of #AFD628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD628

Black with #AFD628

Text Example


Text Example

White with #AFD628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD628; }

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

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

background-color css

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

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

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

border-color css

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

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

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