Html Css Color HEX #AFD434 Fuego

📋 copy color: '#AFD434'

red 175 ◦ green 212 ◦ blue 52

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

Shades of Fuego #AFD434

Tints of Fuego #AFD434

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.29%

 BLUE value IS 52 (20.7% from 255) = 11.85%

R = 39.86%
G = 48.29%
B = 11.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#AFD434 (or 0xAFD434) is known color: Fuego. HEX triplet: AF, D4 and 34. RGB value is (175,212,52). Sum of RGB (Red+Green+Blue) = 175+212+52=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD434 is #502BCB. Grayscale: #B7B7B7. Windows color (decimal): -5254092 or 3462319. OLE color: 3462319.

HSL color Cylindrical-coordinate representation of color #AFD434: hue angle of 73.88º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFD434 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 212 52 -
CMYK 0.17 0 0.75 0.17
HSL 73.88º 0.65% 0.52% -
HSV(B) 73.88º 0.75% 0.83% -
XYZ 41.84 56.45 11.94 -
YUV 182.7 54.24 122.51 -
System Red Green Blue C M Y K H S L
Decimal 175 212 52 0.17 0 0.75 0.17 73.88 0.65 0.52
Hex AF D4 34 11 0 4B 11 4A 41 34
Octal 257 324 64 21 0 113 21 112 101 64
Binary 10101111 11010100 110100 10001 0 1001011 10001 1001010 1000001 110100

Color Harmonies of #AFD434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD434

Black with #AFD434

Text Example


Text Example

White with #AFD434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD434; }

 p { color: rgb(175,212,52); }

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

background-color css

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

 a { background-color: rgb(175,212,52); }

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

border-color css

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

 span { border-color: rgb(175,212,52); }

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