Html Css Color HEX #AFE133 Fuego

📋 copy color: '#AFE133'

red 175 ◦ green 225 ◦ blue 51

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

Shades of Fuego #AFE133

Tints of Fuego #AFE133

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.89%

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

R = 38.8%
G = 49.89%
B = 11.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#AFE133 (or 0xAFE133) is known color: Fuego. HEX triplet: AF, E1 and 33. RGB value is (175,225,51). Sum of RGB (Red+Green+Blue) = 175+225+51=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE133 is #501ECC. Grayscale: #BEBEBE. Windows color (decimal): -5250765 or 3400111. OLE color: 3400111.

HSL color Cylindrical-coordinate representation of color #AFE133: hue angle of 77.24º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFE133 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 51 -
CMYK 0.22 0 0.77 0.12
HSL 77.24º 0.74% 0.54% -
HSV(B) 77.24º 0.77% 0.88% -
XYZ 45.2 63.2 12.95 -
YUV 190.21 49.44 117.15 -
System Red Green Blue C M Y K H S L
Decimal 175 225 51 0.22 0 0.77 0.12 77.24 0.74 0.54
Hex AF E1 33 16 0 4D C 4D 4A 36
Octal 257 341 63 26 0 115 14 115 112 66
Binary 10101111 11100001 110011 10110 0 1001101 1100 1001101 1001010 110110

Color Harmonies of #AFE133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE133

Black with #AFE133

Text Example


Text Example

White with #AFE133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE133; }

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

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

background-color css

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

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

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

border-color css

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

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

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