Html Css Color HEX #ADF125 Green Yellow

📋 copy color: '#ADF125'

red 173 ◦ green 241 ◦ blue 37

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

Shades of Green Yellow #ADF125

Tints of Green Yellow #ADF125

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.44%

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

R = 38.36%
G = 53.44%
B = 8.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#ADF125 (or 0xADF125) is known color: Green Yellow. HEX triplet: AD, F1 and 25. RGB value is (173,241,37). Sum of RGB (Red+Green+Blue) = 173+241+37=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 241 (94.53% from 255 or 53.44% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF125 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF125 is #520EDA. Grayscale: #C6C6C6. Windows color (decimal): -5377755 or 2486701. OLE color: 2486701.

HSL color Cylindrical-coordinate representation of color #ADF125: hue angle of 80º degrees, saturation: 0.88, 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 #ADF125 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 241 37 -
CMYK 0.28 0 0.85 0.05
HSL 80º 0.88% 0.55% -
HSV(B) 80º 0.85% 0.95% -
XYZ 49.02 71.93 13.05 -
YUV 197.41 37.47 110.59 -
System Red Green Blue C M Y K H S L
Decimal 173 241 37 0.28 0 0.85 0.05 80 0.88 0.55
Hex AD F1 25 1C 0 55 5 50 58 37
Octal 255 361 45 34 0 125 5 120 130 67
Binary 10101101 11110001 100101 11100 0 1010101 101 1010000 1011000 110111

Color Harmonies of #ADF125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF125

Black with #ADF125

Text Example


Text Example

White with #ADF125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF125; }

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

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

background-color css

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

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

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

border-color css

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

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

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