Html Css Color HEX #AFE333 Fuego

📋 copy color: '#AFE333'

red 175 ◦ green 227 ◦ blue 51

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

Shades of Fuego #AFE333

Tints of Fuego #AFE333

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.11%

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

R = 38.63%
G = 50.11%
B = 11.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#AFE333 (or 0xAFE333) is known color: Fuego. HEX triplet: AF, E3 and 33. RGB value is (175,227,51). Sum of RGB (Red+Green+Blue) = 175+227+51=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 51 (20.31% from 255 or 11.26% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE333 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE333 is #501CCC. Grayscale: #C0C0C0. Windows color (decimal): -5250253 or 3400623. OLE color: 3400623.

HSL color Cylindrical-coordinate representation of color #AFE333: hue angle of 77.73º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFE333 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 51 -
CMYK 0.23 0 0.78 0.11
HSL 77.73º 0.76% 0.55% -
HSV(B) 77.73º 0.78% 0.89% -
XYZ 45.75 64.29 13.13 -
YUV 191.39 48.77 116.31 -
System Red Green Blue C M Y K H S L
Decimal 175 227 51 0.23 0 0.78 0.11 77.73 0.76 0.55
Hex AF E3 33 17 0 4E B 4E 4C 37
Octal 257 343 63 27 0 116 13 116 114 67
Binary 10101111 11100011 110011 10111 0 1001110 1011 1001110 1001100 110111

Color Harmonies of #AFE333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE333

Black with #AFE333

Text Example


Text Example

White with #AFE333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE333; }

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

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

background-color css

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

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

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

border-color css

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

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

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