Html Css Color HEX #ADF225 Green Yellow

📋 copy color: '#ADF225'

red 173 ◦ green 242 ◦ blue 37

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

Shades of Green Yellow #ADF225

Tints of Green Yellow #ADF225

RGB

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

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

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

R = 38.27%
G = 53.54%
B = 8.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#ADF225 (or 0xADF225) is known color: Green Yellow. HEX triplet: AD, F2 and 25. RGB value is (173,242,37). Sum of RGB (Red+Green+Blue) = 173+242+37=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF225 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF225 is #520DDA. Grayscale: #C6C6C6. Windows color (decimal): -5377499 or 2486957. OLE color: 2486957.

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

Color convert

RGB 173 242 37 -
CMYK 0.29 0 0.85 0.05
HSL 80.2º 0.89% 0.55% -
HSV(B) 80.2º 0.85% 0.95% -
XYZ 49.32 72.52 13.15 -
YUV 198 37.14 110.17 -
System Red Green Blue C M Y K H S L
Decimal 173 242 37 0.29 0 0.85 0.05 80.2 0.89 0.55
Hex AD F2 25 1D 0 55 5 50 59 37
Octal 255 362 45 35 0 125 5 120 131 67
Binary 10101101 11110010 100101 11101 0 1010101 101 1010000 1011001 110111

Color Harmonies of #ADF225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF225

Black with #ADF225

Text Example


Text Example

White with #ADF225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF225; }

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

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

background-color css

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

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

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

border-color css

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

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

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