Html Css Color HEX #ADD728 Fuego

📋 copy color: '#ADD728'

red 173 ◦ green 215 ◦ blue 40

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

Shades of Fuego #ADD728

Tints of Fuego #ADD728

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.23%

 BLUE value IS 40 (16.02% from 255) = 9.35%

R = 40.42%
G = 50.23%
B = 9.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#ADD728 (or 0xADD728) is known color: Fuego. HEX triplet: AD, D7 and 28. RGB value is (173,215,40). Sum of RGB (Red+Green+Blue) = 173+215+40=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD728 is #5228D7. Grayscale: #B7B7B7. Windows color (decimal): -5384408 or 2676653. OLE color: 2676653.

HSL color Cylindrical-coordinate representation of color #ADD728: hue angle of 74.4º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADD728 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 215 40 -
CMYK 0.20 0 0.81 0.16
HSL 74.4º 0.69% 0.5% -
HSV(B) 74.4º 0.81% 0.84% -
XYZ 41.92 57.64 10.92 -
YUV 182.49 47.59 121.23 -
System Red Green Blue C M Y K H S L
Decimal 173 215 40 0.20 0 0.81 0.16 74.4 0.69 0.5
Hex AD D7 28 14 0 51 10 4A 45 32
Octal 255 327 50 24 0 121 20 112 105 62
Binary 10101101 11010111 101000 10100 0 1010001 10000 1001010 1000101 110010

Color Harmonies of #ADD728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD728

Black with #ADD728

Text Example


Text Example

White with #ADD728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD728; }

 p { color: rgb(173,215,40); }

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

background-color css

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

 a { background-color: rgb(173,215,40); }

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

border-color css

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

 span { border-color: rgb(173,215,40); }

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