Html Css Color HEX #ADF221 Green Yellow

📋 copy color: '#ADF221'

red 173 ◦ green 242 ◦ blue 33

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

Shades of Green Yellow #ADF221

Tints of Green Yellow #ADF221

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.02%

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

R = 38.62%
G = 54.02%
B = 7.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#ADF221 (or 0xADF221) is known color: Green Yellow. HEX triplet: AD, F2 and 21. RGB value is (173,242,33). Sum of RGB (Red+Green+Blue) = 173+242+33=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF221 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF221 is #520DDE. Grayscale: #C6C6C6. Windows color (decimal): -5377503 or 2224813. OLE color: 2224813.

HSL color Cylindrical-coordinate representation of color #ADF221: hue angle of 79.81º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADF221 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 33 -
CMYK 0.29 0 0.86 0.05
HSL 79.81º 0.89% 0.54% -
HSV(B) 79.81º 0.86% 0.95% -
XYZ 49.26 72.5 12.84 -
YUV 197.54 35.14 110.49 -
System Red Green Blue C M Y K H S L
Decimal 173 242 33 0.29 0 0.86 0.05 79.81 0.89 0.54
Hex AD F2 21 1D 0 56 5 50 59 36
Octal 255 362 41 35 0 126 5 120 131 66
Binary 10101101 11110010 100001 11101 0 1010110 101 1010000 1011001 110110

Color Harmonies of #ADF221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF221

Black with #ADF221

Text Example


Text Example

White with #ADF221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF221; }

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

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

background-color css

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

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

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

border-color css

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

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

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