Html Css Color HEX #ADD629 Fuego

📋 copy color: '#ADD629'

red 173 ◦ green 214 ◦ blue 41

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

Shades of Fuego #ADD629

Tints of Fuego #ADD629

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50%

 BLUE value IS 41 (16.41% from 255) = 9.58%

R = 40.42%
G = 50%
B = 9.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#ADD629 (or 0xADD629) is known color: Fuego. HEX triplet: AD, D6 and 29. RGB value is (173,214,41). Sum of RGB (Red+Green+Blue) = 173+214+41=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 41 (16.41% from 255 or 9.58% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD629 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD629 is #5229D6. Grayscale: #B6B6B6. Windows color (decimal): -5384663 or 2741933. OLE color: 2741933.

HSL color Cylindrical-coordinate representation of color #ADD629: hue angle of 74.22º degrees, saturation: 0.68, 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 #ADD629 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 41 -
CMYK 0.19 0 0.81 0.16
HSL 74.22º 0.68% 0.5% -
HSV(B) 74.22º 0.81% 0.84% -
XYZ 41.68 57.14 10.93 -
YUV 182.02 48.42 121.57 -
System Red Green Blue C M Y K H S L
Decimal 173 214 41 0.19 0 0.81 0.16 74.22 0.68 0.5
Hex AD D6 29 13 0 51 10 4A 44 32
Octal 255 326 51 23 0 121 20 112 104 62
Binary 10101101 11010110 101001 10011 0 1010001 10000 1001010 1000100 110010

Color Harmonies of #ADD629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD629

Black with #ADD629

Text Example


Text Example

White with #ADD629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD629; }

 p { color: rgb(173,214,41); }

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

background-color css

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

 a { background-color: rgb(173,214,41); }

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

border-color css

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

 span { border-color: rgb(173,214,41); }

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