Html Css Color HEX #AFCE2F Fuego

📋 copy color: '#AFCE2F'

red 175 ◦ green 206 ◦ blue 47

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

Shades of Fuego #AFCE2F

Tints of Fuego #AFCE2F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.13%

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

R = 40.89%
G = 48.13%
B = 10.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#AFCE2F (or 0xAFCE2F) is known color: Fuego. HEX triplet: AF, CE and 2F. RGB value is (175,206,47). Sum of RGB (Red+Green+Blue) = 175+206+47=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 47 (18.75% from 255 or 10.98% from 428); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCE2F is #5031D0. Grayscale: #B3B3B3. Windows color (decimal): -5255633 or 3133103. OLE color: 3133103.

HSL color Cylindrical-coordinate representation of color #AFCE2F: hue angle of 71.7º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFCE2F is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 47 -
CMYK 0.15 0 0.77 0.19
HSL 71.7º 0.63% 0.5% -
HSV(B) 71.7º 0.77% 0.81% -
XYZ 40.26 53.46 10.89 -
YUV 178.61 53.73 125.43 -
System Red Green Blue C M Y K H S L
Decimal 175 206 47 0.15 0 0.77 0.19 71.7 0.63 0.5
Hex AF CE 2F F 0 4D 13 48 3F 32
Octal 257 316 57 17 0 115 23 110 77 62
Binary 10101111 11001110 101111 1111 0 1001101 10011 1001000 111111 110010

Color Harmonies of #AFCE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE2F

Black with #AFCE2F

Text Example


Text Example

White with #AFCE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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