Html Css Color HEX #ADF242 Green Yellow

📋 copy color: '#ADF242'

red 173 ◦ green 242 ◦ blue 66

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

Shades of Green Yellow #ADF242

Tints of Green Yellow #ADF242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.72%

R = 35.97%
G = 50.31%
B = 13.72%

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

#ADF242 (or 0xADF242) is known color: Green Yellow. HEX triplet: AD, F2 and 42. RGB value is (173,242,66). Sum of RGB (Red+Green+Blue) = 173+242+66=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF242 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF242 is #520DBD. Grayscale: #C9C9C9. Windows color (decimal): -5377470 or 4387501. OLE color: 4387501.

HSL color Cylindrical-coordinate representation of color #ADF242: hue angle of 83.52º 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 #ADF242 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 66 -
CMYK 0.29 0 0.73 0.05
HSL 83.52º 0.87% 0.6% -
HSV(B) 83.52º 0.73% 0.95% -
XYZ 49.97 72.78 16.57 -
YUV 201.31 51.64 107.81 -
System Red Green Blue C M Y K H S L
Decimal 173 242 66 0.29 0 0.73 0.05 83.52 0.87 0.6
Hex AD F2 42 1D 0 49 5 54 57 3C
Octal 255 362 102 35 0 111 5 124 127 74
Binary 10101101 11110010 1000010 11101 0 1001001 101 1010100 1010111 111100

Color Harmonies of #ADF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF242

Black with #ADF242

Text Example


Text Example

White with #ADF242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF242; }

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

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

background-color css

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

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

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

border-color css

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

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

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