Html Css Color HEX #ADFD50 Green Yellow

📋 copy color: '#ADFD50'

red 173 ◦ green 253 ◦ blue 80

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

Shades of Green Yellow #ADFD50

Tints of Green Yellow #ADFD50

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50%

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

R = 34.19%
G = 50%
B = 15.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#ADFD50 (or 0xADFD50) is known color: Green Yellow. HEX triplet: AD, FD and 50. RGB value is (173,253,80). Sum of RGB (Red+Green+Blue) = 173+253+80=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD50 is #5202AF. Grayscale: #D1D1D1. Windows color (decimal): -5374640 or 5307821. OLE color: 5307821.

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

Color convert

RGB 173 253 80 -
CMYK 0.32 0 0.68 0.01
HSL 87.75º 0.98% 0.65% -
HSV(B) 87.75º 0.68% 0.99% -
XYZ 53.81 79.71 20.14 -
YUV 209.36 55 102.07 -
System Red Green Blue C M Y K H S L
Decimal 173 253 80 0.32 0 0.68 0.01 87.75 0.98 0.65
Hex AD FD 50 20 0 44 1 58 62 41
Octal 255 375 120 40 0 104 1 130 142 101
Binary 10101101 11111101 1010000 100000 0 1000100 1 1011000 1100010 1000001

Color Harmonies of #ADFD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD50

Black with #ADFD50

Text Example


Text Example

White with #ADFD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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