Html Css Color HEX #ADFD25 Green Yellow

📋 copy color: '#ADFD25'

red 173 ◦ green 253 ◦ blue 37

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

Shades of Green Yellow #ADFD25

Tints of Green Yellow #ADFD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.99%

R = 37.37%
G = 54.64%
B = 7.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#ADFD25 (or 0xADFD25) is known color: Green Yellow. HEX triplet: AD, FD and 25. RGB value is (173,253,37). Sum of RGB (Red+Green+Blue) = 173+253+37=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 253 (99.22% from 255 or 54.64% from 463); Blue value is 37 (14.84% from 255 or 7.99% from 463); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD25 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFD25 is #5202DA. Grayscale: #CDCDCD. Windows color (decimal): -5374683 or 2489773. OLE color: 2489773.

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

Color convert

RGB 173 253 37 -
CMYK 0.32 0 0.85 0.01
HSL 82.22º 0.98% 0.57% -
HSV(B) 82.22º 0.85% 0.99% -
XYZ 52.69 79.27 14.27 -
YUV 204.46 33.5 105.56 -
System Red Green Blue C M Y K H S L
Decimal 173 253 37 0.32 0 0.85 0.01 82.22 0.98 0.57
Hex AD FD 25 20 0 55 1 52 62 39
Octal 255 375 45 40 0 125 1 122 142 71
Binary 10101101 11111101 100101 100000 0 1010101 1 1010010 1100010 111001

Color Harmonies of #ADFD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD25

Black with #ADFD25

Text Example


Text Example

White with #ADFD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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