Html Css Color HEX #ADD221 Bahia

📋 copy color: '#ADD221'

red 173 ◦ green 210 ◦ blue 33

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

Shades of Bahia #ADD221

Tints of Bahia #ADD221

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.48%

 BLUE value IS 33 (13.28% from 255) = 7.93%

R = 41.59%
G = 50.48%
B = 7.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#ADD221 (or 0xADD221) is known color: Bahia. HEX triplet: AD, D2 and 21. RGB value is (173,210,33). Sum of RGB (Red+Green+Blue) = 173+210+33=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD221 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD221 is #522DDE. Grayscale: #B3B3B3. Windows color (decimal): -5385695 or 2216621. OLE color: 2216621.

HSL color Cylindrical-coordinate representation of color #ADD221: hue angle of 72.54º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADD221 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 210 33 -
CMYK 0.18 0 0.84 0.18
HSL 72.54º 0.73% 0.48% -
HSV(B) 72.54º 0.84% 0.82% -
XYZ 40.55 55.09 9.93 -
YUV 178.76 45.74 123.89 -
System Red Green Blue C M Y K H S L
Decimal 173 210 33 0.18 0 0.84 0.18 72.54 0.73 0.48
Hex AD D2 21 12 0 54 12 49 49 30
Octal 255 322 41 22 0 124 22 111 111 60
Binary 10101101 11010010 100001 10010 0 1010100 10010 1001001 1001001 110000

Color Harmonies of #ADD221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD221

Black with #ADD221

Text Example


Text Example

White with #ADD221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD221; }

 p { color: rgb(173,210,33); }

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

background-color css

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

 a { background-color: rgb(173,210,33); }

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

border-color css

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

 span { border-color: rgb(173,210,33); }

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