Html Css Color HEX #AFDD2F Fuego

📋 copy color: '#AFDD2F'

red 175 ◦ green 221 ◦ blue 47

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

Shades of Fuego #AFDD2F

Tints of Fuego #AFDD2F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.89%

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

R = 39.5%
G = 49.89%
B = 10.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#AFDD2F (or 0xAFDD2F) is known color: Fuego. HEX triplet: AF, DD and 2F. RGB value is (175,221,47). Sum of RGB (Red+Green+Blue) = 175+221+47=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 47 (18.75% from 255 or 10.61% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD2F is #5022D0. Grayscale: #BCBCBC. Windows color (decimal): -5251793 or 3136943. OLE color: 3136943.

HSL color Cylindrical-coordinate representation of color #AFDD2F: hue angle of 75.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFDD2F is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 47 -
CMYK 0.21 0 0.79 0.13
HSL 75.86º 0.72% 0.53% -
HSV(B) 75.86º 0.79% 0.87% -
XYZ 44.05 61.03 12.15 -
YUV 187.41 48.76 119.15 -
System Red Green Blue C M Y K H S L
Decimal 175 221 47 0.21 0 0.79 0.13 75.86 0.72 0.53
Hex AF DD 2F 15 0 4F D 4C 48 35
Octal 257 335 57 25 0 117 15 114 110 65
Binary 10101111 11011101 101111 10101 0 1001111 1101 1001100 1001000 110101

Color Harmonies of #AFDD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD2F

Black with #AFDD2F

Text Example


Text Example

White with #AFDD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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