Html Css Color HEX #ADF842 Green Yellow

📋 copy color: '#ADF842'

red 173 ◦ green 248 ◦ blue 66

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

Shades of Green Yellow #ADF842

Tints of Green Yellow #ADF842

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.92%

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

R = 35.52%
G = 50.92%
B = 13.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#ADF842 (or 0xADF842) is known color: Green Yellow. HEX triplet: AD, F8 and 42. RGB value is (173,248,66). Sum of RGB (Red+Green+Blue) = 173+248+66=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 248 (97.27% from 255 or 50.92% from 487); Blue value is 66 (26.17% from 255 or 13.55% from 487); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF842 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF842 is #5207BD. Grayscale: #CDCDCD. Windows color (decimal): -5375934 or 4389037. OLE color: 4389037.

HSL color Cylindrical-coordinate representation of color #ADF842: hue angle of 84.73º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADF842 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 248 66 -
CMYK 0.30 0 0.73 0.03
HSL 84.73º 0.93% 0.62% -
HSV(B) 84.73º 0.73% 0.97% -
XYZ 51.78 76.41 17.17 -
YUV 204.83 49.65 105.3 -
System Red Green Blue C M Y K H S L
Decimal 173 248 66 0.30 0 0.73 0.03 84.73 0.93 0.62
Hex AD F8 42 1E 0 49 3 55 5D 3E
Octal 255 370 102 36 0 111 3 125 135 76
Binary 10101101 11111000 1000010 11110 0 1001001 11 1010101 1011101 111110

Color Harmonies of #ADF842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF842

Black with #ADF842

Text Example


Text Example

White with #ADF842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF842; }

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

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

background-color css

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

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

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

border-color css

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

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

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