Html Css Color HEX #ADF802 Spring Bud

📋 copy color: '#ADF802'

red 173 ◦ green 248 ◦ blue 2

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

Shades of Spring Bud #ADF802

Tints of Spring Bud #ADF802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 40.9%
G = 58.63%
B = 0.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#ADF802 (or 0xADF802) is known color: Spring Bud. HEX triplet: AD, F8 and 02. RGB value is (173,248,2). Sum of RGB (Red+Green+Blue) = 173+248+2=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 248 (97.27% from 255 or 58.63% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF802 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF802 is #5207FD. Grayscale: #C6C6C6. Windows color (decimal): -5375998 or 194733. OLE color: 194733.

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

Color convert

RGB 173 248 2 -
CMYK 0.30 0 0.99 0.03
HSL 78.29º 0.98% 0.49% -
HSV(B) 78.29º 0.99% 0.97% -
XYZ 50.81 76.02 12.05 -
YUV 197.53 17.65 110.5 -
System Red Green Blue C M Y K H S L
Decimal 173 248 2 0.30 0 0.99 0.03 78.29 0.98 0.49
Hex AD F8 2 1E 0 63 3 4E 62 31
Octal 255 370 2 36 0 143 3 116 142 61
Binary 10101101 11111000 10 11110 0 1100011 11 1001110 1100010 110001

Color Harmonies of #ADF802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF802

Black with #ADF802

Text Example


Text Example

White with #ADF802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF802; }

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

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

background-color css

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

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

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

border-color css

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

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

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