Html Css Color HEX #ADDB2B Fuego

📋 copy color: '#ADDB2B'

red 173 ◦ green 219 ◦ blue 43

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

Shades of Fuego #ADDB2B

Tints of Fuego #ADDB2B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.34%

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

R = 39.77%
G = 50.34%
B = 9.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#ADDB2B (or 0xADDB2B) is known color: Fuego. HEX triplet: AD, DB and 2B. RGB value is (173,219,43). Sum of RGB (Red+Green+Blue) = 173+219+43=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB2B is #5224D4. Grayscale: #B9B9B9. Windows color (decimal): -5383381 or 2874285. OLE color: 2874285.

HSL color Cylindrical-coordinate representation of color #ADDB2B: hue angle of 75.68º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADDB2B is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 43 -
CMYK 0.21 0 0.80 0.14
HSL 75.68º 0.71% 0.51% -
HSV(B) 75.68º 0.8% 0.86% -
XYZ 43 59.72 11.55 -
YUV 185.18 47.76 119.31 -
System Red Green Blue C M Y K H S L
Decimal 173 219 43 0.21 0 0.80 0.14 75.68 0.71 0.51
Hex AD DB 2B 15 0 50 E 4C 47 33
Octal 255 333 53 25 0 120 16 114 107 63
Binary 10101101 11011011 101011 10101 0 1010000 1110 1001100 1000111 110011

Color Harmonies of #ADDB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB2B

Black with #ADDB2B

Text Example


Text Example

White with #ADDB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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