Html Css Color HEX #ADD82B Fuego

📋 copy color: '#ADD82B'

red 173 ◦ green 216 ◦ blue 43

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

Shades of Fuego #ADD82B

Tints of Fuego #ADD82B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50%

 BLUE value IS 43 (17.19% from 255) = 9.95%

R = 40.05%
G = 50%
B = 9.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#ADD82B (or 0xADD82B) is known color: Fuego. HEX triplet: AD, D8 and 2B. RGB value is (173,216,43). Sum of RGB (Red+Green+Blue) = 173+216+43=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD82B is #5227D4. Grayscale: #B8B8B8. Windows color (decimal): -5384149 or 2873517. OLE color: 2873517.

HSL color Cylindrical-coordinate representation of color #ADD82B: hue angle of 74.91º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADD82B is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 216 43 -
CMYK 0.20 0 0.80 0.15
HSL 74.91º 0.69% 0.51% -
HSV(B) 74.91º 0.8% 0.85% -
XYZ 42.23 58.17 11.29 -
YUV 183.42 48.75 120.57 -
System Red Green Blue C M Y K H S L
Decimal 173 216 43 0.20 0 0.80 0.15 74.91 0.69 0.51
Hex AD D8 2B 14 0 50 F 4B 45 33
Octal 255 330 53 24 0 120 17 113 105 63
Binary 10101101 11011000 101011 10100 0 1010000 1111 1001011 1000101 110011

Color Harmonies of #ADD82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD82B

Black with #ADD82B

Text Example


Text Example

White with #ADD82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD82B; }

 p { color: rgb(173,216,43); }

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

background-color css

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

 a { background-color: rgb(173,216,43); }

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

border-color css

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

 span { border-color: rgb(173,216,43); }

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