Html Css Color HEX #AFD629 Fuego

📋 copy color: '#AFD629'

red 175 ◦ green 214 ◦ blue 41

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

Shades of Fuego #AFD629

Tints of Fuego #AFD629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.53%

R = 40.7%
G = 49.77%
B = 9.53%

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

#AFD629 (or 0xAFD629) is known color: Fuego. HEX triplet: AF, D6 and 29. RGB value is (175,214,41). Sum of RGB (Red+Green+Blue) = 175+214+41=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD629 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD629 is #5029D6. Grayscale: #B7B7B7. Windows color (decimal): -5253591 or 2741935. OLE color: 2741935.

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

Color convert

RGB 175 214 41 -
CMYK 0.18 0 0.81 0.16
HSL 73.53º 0.68% 0.5% -
HSV(B) 73.53º 0.81% 0.84% -
XYZ 42.13 57.37 10.95 -
YUV 182.62 48.08 122.57 -
System Red Green Blue C M Y K H S L
Decimal 175 214 41 0.18 0 0.81 0.16 73.53 0.68 0.5
Hex AF D6 29 12 0 51 10 4A 44 32
Octal 257 326 51 22 0 121 20 112 104 62
Binary 10101111 11010110 101001 10010 0 1010001 10000 1001010 1000100 110010

Color Harmonies of #AFD629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD629

Black with #AFD629

Text Example


Text Example

White with #AFD629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD629; }

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

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

background-color css

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

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

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

border-color css

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

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

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