Html Css Color HEX #ADF820 Green Yellow

📋 copy color: '#ADF820'

red 173 ◦ green 248 ◦ blue 32

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

Shades of Green Yellow #ADF820

Tints of Green Yellow #ADF820

RGB

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

 GREEN value IS 248 (97.27% from 255) = 54.75%

 BLUE value IS 32 (12.89% from 255) = 7.06%

R = 38.19%
G = 54.75%
B = 7.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#ADF820 (or 0xADF820) is known color: Green Yellow. HEX triplet: AD, F8 and 20. RGB value is (173,248,32). Sum of RGB (Red+Green+Blue) = 173+248+32=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 248 (97.27% from 255 or 54.75% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF820 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF820 is #5207DF. Grayscale: #C9C9C9. Windows color (decimal): -5375968 or 2160813. OLE color: 2160813.

HSL color Cylindrical-coordinate representation of color #ADF820: hue angle of 80.83º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADF820 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 248 32 -
CMYK 0.30 0 0.87 0.03
HSL 80.83º 0.94% 0.55% -
HSV(B) 80.83º 0.87% 0.97% -
XYZ 51.06 76.12 13.37 -
YUV 200.95 32.65 108.06 -
System Red Green Blue C M Y K H S L
Decimal 173 248 32 0.30 0 0.87 0.03 80.83 0.94 0.55
Hex AD F8 20 1E 0 57 3 51 5E 37
Octal 255 370 40 36 0 127 3 121 136 67
Binary 10101101 11111000 100000 11110 0 1010111 11 1010001 1011110 110111

Color Harmonies of #ADF820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF820

Black with #ADF820

Text Example


Text Example

White with #ADF820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF820; }

 p { color: rgb(173,248,32); }

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

background-color css

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

 a { background-color: rgb(173,248,32); }

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

border-color css

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

 span { border-color: rgb(173,248,32); }

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