Html Css Color HEX #ADF241 Green Yellow

📋 copy color: '#ADF241'

red 173 ◦ green 242 ◦ blue 65

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

Shades of Green Yellow #ADF241

Tints of Green Yellow #ADF241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.54%

R = 36.04%
G = 50.42%
B = 13.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#ADF241 (or 0xADF241) is known color: Green Yellow. HEX triplet: AD, F2 and 41. RGB value is (173,242,65). Sum of RGB (Red+Green+Blue) = 173+242+65=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF241 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF241 is #520DBE. Grayscale: #C9C9C9. Windows color (decimal): -5377471 or 4321965. OLE color: 4321965.

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

Color convert

RGB 173 242 65 -
CMYK 0.29 0 0.73 0.05
HSL 83.39º 0.87% 0.6% -
HSV(B) 83.39º 0.73% 0.95% -
XYZ 49.94 72.77 16.41 -
YUV 201.19 51.14 107.89 -
System Red Green Blue C M Y K H S L
Decimal 173 242 65 0.29 0 0.73 0.05 83.39 0.87 0.6
Hex AD F2 41 1D 0 49 5 53 57 3C
Octal 255 362 101 35 0 111 5 123 127 74
Binary 10101101 11110010 1000001 11101 0 1001001 101 1010011 1010111 111100

Color Harmonies of #ADF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF241

Black with #ADF241

Text Example


Text Example

White with #ADF241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF241; }

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

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

background-color css

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

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

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

border-color css

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

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

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