Html Css Color HEX #AFD334 Fuego

📋 copy color: '#AFD334'

red 175 ◦ green 211 ◦ blue 52

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

Shades of Fuego #AFD334

Tints of Fuego #AFD334

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.17%

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

R = 39.95%
G = 48.17%
B = 11.87%

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

#AFD334 (or 0xAFD334) is known color: Fuego. HEX triplet: AF, D3 and 34. RGB value is (175,211,52). Sum of RGB (Red+Green+Blue) = 175+211+52=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD334 is #502CCB. Grayscale: #B6B6B6. Windows color (decimal): -5254348 or 3462063. OLE color: 3462063.

HSL color Cylindrical-coordinate representation of color #AFD334: hue angle of 73.58º degrees, saturation: 0.64, 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 #AFD334 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 52 -
CMYK 0.17 0 0.75 0.17
HSL 73.58º 0.64% 0.52% -
HSV(B) 73.58º 0.75% 0.83% -
XYZ 41.59 55.95 11.86 -
YUV 182.11 54.57 122.93 -
System Red Green Blue C M Y K H S L
Decimal 175 211 52 0.17 0 0.75 0.17 73.58 0.64 0.52
Hex AF D3 34 11 0 4B 11 4A 40 34
Octal 257 323 64 21 0 113 21 112 100 64
Binary 10101111 11010011 110100 10001 0 1001011 10001 1001010 1000000 110100

Color Harmonies of #AFD334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD334

Black with #AFD334

Text Example


Text Example

White with #AFD334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD334; }

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

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

background-color css

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

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

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

border-color css

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

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

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