Html Css Color HEX #AFE42F Fuego

📋 copy color: '#AFE42F'

red 175 ◦ green 228 ◦ blue 47

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

Shades of Fuego #AFE42F

Tints of Fuego #AFE42F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.67%

 BLUE value IS 47 (18.75% from 255) = 10.44%

R = 38.89%
G = 50.67%
B = 10.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#AFE42F (or 0xAFE42F) is known color: Fuego. HEX triplet: AF, E4 and 2F. RGB value is (175,228,47). Sum of RGB (Red+Green+Blue) = 175+228+47=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 228 (89.45% from 255 or 50.67% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE42F is #501BD0. Grayscale: #C0C0C0. Windows color (decimal): -5250001 or 3138735. OLE color: 3138735.

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

Color convert

RGB 175 228 47 -
CMYK 0.23 0 0.79 0.11
HSL 77.57º 0.77% 0.54% -
HSV(B) 77.57º 0.79% 0.89% -
XYZ 45.94 64.81 12.78 -
YUV 191.52 46.44 116.22 -
System Red Green Blue C M Y K H S L
Decimal 175 228 47 0.23 0 0.79 0.11 77.57 0.77 0.54
Hex AF E4 2F 17 0 4F B 4E 4D 36
Octal 257 344 57 27 0 117 13 116 115 66
Binary 10101111 11100100 101111 10111 0 1001111 1011 1001110 1001101 110110

Color Harmonies of #AFE42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE42F

Black with #AFE42F

Text Example


Text Example

White with #AFE42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE42F; }

 p { color: rgb(175,228,47); }

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

background-color css

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

 a { background-color: rgb(175,228,47); }

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

border-color css

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

 span { border-color: rgb(175,228,47); }

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