Html Css Color HEX #ADFE50 Green Yellow

📋 copy color: '#ADFE50'

red 173 ◦ green 254 ◦ blue 80

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

Shades of Green Yellow #ADFE50

Tints of Green Yellow #ADFE50

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.1%

 BLUE value IS 80 (31.64% from 255) = 15.78%

R = 34.12%
G = 50.1%
B = 15.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#ADFE50 (or 0xADFE50) is known color: Green Yellow. HEX triplet: AD, FE and 50. RGB value is (173,254,80). Sum of RGB (Red+Green+Blue) = 173+254+80=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFE50 is #5201AF. Grayscale: #D2D2D2. Windows color (decimal): -5374384 or 5308077. OLE color: 5308077.

HSL color Cylindrical-coordinate representation of color #ADFE50: hue angle of 87.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADFE50 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 254 80 -
CMYK 0.32 0 0.69 0.00
HSL 87.93º 0.99% 0.65% -
HSV(B) 87.93º 0.69% 1% -
XYZ 54.12 80.35 20.25 -
YUV 209.95 54.66 101.65 -
System Red Green Blue C M Y K H S L
Decimal 173 254 80 0.32 0 0.69 0.00 87.93 0.99 0.65
Hex AD FE 50 20 0 45 0 58 63 41
Octal 255 376 120 40 0 105 0 130 143 101
Binary 10101101 11111110 1010000 100000 0 1000101 0 1011000 1100011 1000001

Color Harmonies of #ADFE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFE50

Black with #ADFE50

Text Example


Text Example

White with #ADFE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFE50; }

 p { color: rgb(173,254,80); }

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

background-color css

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

 a { background-color: rgb(173,254,80); }

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

border-color css

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

 span { border-color: rgb(173,254,80); }

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