Html Css Color HEX #ADF042 Green Yellow

📋 copy color: '#ADF042'

red 173 ◦ green 240 ◦ blue 66

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

Shades of Green Yellow #ADF042

Tints of Green Yellow #ADF042

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.1%

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

R = 36.12%
G = 50.1%
B = 13.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#ADF042 (or 0xADF042) is known color: Green Yellow. HEX triplet: AD, F0 and 42. RGB value is (173,240,66). Sum of RGB (Red+Green+Blue) = 173+240+66=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF042 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF042 is #520FBD. Grayscale: #C8C8C8. Windows color (decimal): -5377982 or 4386989. OLE color: 4386989.

HSL color Cylindrical-coordinate representation of color #ADF042: hue angle of 83.1º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADF042 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 240 66 -
CMYK 0.28 0 0.72 0.06
HSL 83.1º 0.85% 0.6% -
HSV(B) 83.1º 0.73% 0.94% -
XYZ 49.38 71.6 16.37 -
YUV 200.13 52.3 108.65 -
System Red Green Blue C M Y K H S L
Decimal 173 240 66 0.28 0 0.72 0.06 83.1 0.85 0.6
Hex AD F0 42 1C 0 48 6 53 55 3C
Octal 255 360 102 34 0 110 6 123 125 74
Binary 10101101 11110000 1000010 11100 0 1001000 110 1010011 1010101 111100

Color Harmonies of #ADF042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF042

Black with #ADF042

Text Example


Text Example

White with #ADF042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF042; }

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

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

background-color css

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

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

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

border-color css

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

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

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