Html Css Color HEX #AFD52C Fuego

📋 copy color: '#AFD52C'

red 175 ◦ green 213 ◦ blue 44

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

Shades of Fuego #AFD52C

Tints of Fuego #AFD52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.19%

R = 40.51%
G = 49.31%
B = 10.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#AFD52C (or 0xAFD52C) is known color: Fuego. HEX triplet: AF, D5 and 2C. RGB value is (175,213,44). Sum of RGB (Red+Green+Blue) = 175+213+44=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD52C is #502AD3. Grayscale: #B7B7B7. Windows color (decimal): -5253844 or 2938287. OLE color: 2938287.

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

Color convert

RGB 175 213 44 -
CMYK 0.18 0 0.79 0.16
HSL 73.49º 0.67% 0.5% -
HSV(B) 73.49º 0.79% 0.84% -
XYZ 41.93 56.88 11.15 -
YUV 182.37 49.91 122.74 -
System Red Green Blue C M Y K H S L
Decimal 175 213 44 0.18 0 0.79 0.16 73.49 0.67 0.5
Hex AF D5 2C 12 0 4F 10 49 43 32
Octal 257 325 54 22 0 117 20 111 103 62
Binary 10101111 11010101 101100 10010 0 1001111 10000 1001001 1000011 110010

Color Harmonies of #AFD52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD52C

Black with #AFD52C

Text Example


Text Example

White with #AFD52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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