Html Css Color HEX #ADDD2D Fuego

📋 copy color: '#ADDD2D'

red 173 ◦ green 221 ◦ blue 45

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

Shades of Fuego #ADDD2D

Tints of Fuego #ADDD2D

RGB

 RED value IS 173 (67.97% from 255) = 39.41%

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

 BLUE value IS 45 (17.97% from 255) = 10.25%

R = 39.41%
G = 50.34%
B = 10.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#ADDD2D (or 0xADDD2D) is known color: Fuego. HEX triplet: AD, DD and 2D. RGB value is (173,221,45). Sum of RGB (Red+Green+Blue) = 173+221+45=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD2D is #5222D2. Grayscale: #BBBBBB. Windows color (decimal): -5382867 or 3005869. OLE color: 3005869.

HSL color Cylindrical-coordinate representation of color #ADDD2D: hue angle of 76.36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADDD2D is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 45 -
CMYK 0.22 0 0.80 0.13
HSL 76.36º 0.72% 0.52% -
HSV(B) 76.36º 0.8% 0.87% -
XYZ 43.56 60.79 11.92 -
YUV 186.58 48.1 118.31 -
System Red Green Blue C M Y K H S L
Decimal 173 221 45 0.22 0 0.80 0.13 76.36 0.72 0.52
Hex AD DD 2D 16 0 50 D 4C 48 34
Octal 255 335 55 26 0 120 15 114 110 64
Binary 10101101 11011101 101101 10110 0 1010000 1101 1001100 1001000 110100

Color Harmonies of #ADDD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD2D

Black with #ADDD2D

Text Example


Text Example

White with #ADDD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD2D; }

 p { color: rgb(173,221,45); }

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

background-color css

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

 a { background-color: rgb(173,221,45); }

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

border-color css

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

 span { border-color: rgb(173,221,45); }

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