Html Css Color HEX #AFD833 Fuego

📋 copy color: '#AFD833'

red 175 ◦ green 216 ◦ blue 51

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

Shades of Fuego #AFD833

Tints of Fuego #AFD833

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.87%

 BLUE value IS 51 (20.31% from 255) = 11.54%

R = 39.59%
G = 48.87%
B = 11.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#AFD833 (or 0xAFD833) is known color: Fuego. HEX triplet: AF, D8 and 33. RGB value is (175,216,51). Sum of RGB (Red+Green+Blue) = 175+216+51=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD833 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD833 is #5027CC. Grayscale: #B9B9B9. Windows color (decimal): -5253069 or 3397807. OLE color: 3397807.

HSL color Cylindrical-coordinate representation of color #AFD833: hue angle of 74.91º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFD833 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 216 51 -
CMYK 0.19 0 0.76 0.15
HSL 74.91º 0.68% 0.52% -
HSV(B) 74.91º 0.76% 0.85% -
XYZ 42.83 58.46 12.16 -
YUV 184.93 52.42 120.92 -
System Red Green Blue C M Y K H S L
Decimal 175 216 51 0.19 0 0.76 0.15 74.91 0.68 0.52
Hex AF D8 33 13 0 4C F 4B 44 34
Octal 257 330 63 23 0 114 17 113 104 64
Binary 10101111 11011000 110011 10011 0 1001100 1111 1001011 1000100 110100

Color Harmonies of #AFD833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD833

Black with #AFD833

Text Example


Text Example

White with #AFD833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD833; }

 p { color: rgb(175,216,51); }

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

background-color css

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

 a { background-color: rgb(175,216,51); }

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

border-color css

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

 span { border-color: rgb(175,216,51); }

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