Html Css Color HEX #AFDC2E Fuego

📋 copy color: '#AFDC2E'

red 175 ◦ green 220 ◦ blue 46

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

Shades of Fuego #AFDC2E

Tints of Fuego #AFDC2E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.89%

 BLUE value IS 46 (18.36% from 255) = 10.43%

R = 39.68%
G = 49.89%
B = 10.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#AFDC2E (or 0xAFDC2E) is known color: Fuego. HEX triplet: AF, DC and 2E. RGB value is (175,220,46). Sum of RGB (Red+Green+Blue) = 175+220+46=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC2E is #5023D1. Grayscale: #BBBBBB. Windows color (decimal): -5252050 or 3071151. OLE color: 3071151.

HSL color Cylindrical-coordinate representation of color #AFDC2E: hue angle of 75.52º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFDC2E is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 46 -
CMYK 0.20 0 0.79 0.14
HSL 75.52º 0.71% 0.52% -
HSV(B) 75.52º 0.79% 0.86% -
XYZ 43.77 60.5 11.96 -
YUV 186.71 48.59 119.65 -
System Red Green Blue C M Y K H S L
Decimal 175 220 46 0.20 0 0.79 0.14 75.52 0.71 0.52
Hex AF DC 2E 14 0 4F E 4C 47 34
Octal 257 334 56 24 0 117 16 114 107 64
Binary 10101111 11011100 101110 10100 0 1001111 1110 1001100 1000111 110100

Color Harmonies of #AFDC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC2E

Black with #AFDC2E

Text Example


Text Example

White with #AFDC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC2E; }

 p { color: rgb(175,220,46); }

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

background-color css

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

 a { background-color: rgb(175,220,46); }

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

border-color css

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

 span { border-color: rgb(175,220,46); }

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