Html Css Color HEX #ADF803 Spring Bud

📋 copy color: '#ADF803'

red 173 ◦ green 248 ◦ blue 3

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

Shades of Spring Bud #ADF803

Tints of Spring Bud #ADF803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 40.8%
G = 58.49%
B = 0.71%

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

#ADF803 (or 0xADF803) is known color: Spring Bud. HEX triplet: AD, F8 and 03. RGB value is (173,248,3). Sum of RGB (Red+Green+Blue) = 173+248+3=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 248 (97.27% from 255 or 58.49% from 424); Blue value is 3 (1.56% from 255 or 0.71% from 424); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF803 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF803 is #5207FC. Grayscale: #C6C6C6. Windows color (decimal): -5375997 or 260269. OLE color: 260269.

HSL color Cylindrical-coordinate representation of color #ADF803: hue angle of 78.37º 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 #ADF803 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 248 3 -
CMYK 0.30 0 0.99 0.03
HSL 78.37º 0.98% 0.49% -
HSV(B) 78.37º 0.99% 0.97% -
XYZ 50.82 76.03 12.08 -
YUV 197.65 18.15 110.42 -
System Red Green Blue C M Y K H S L
Decimal 173 248 3 0.30 0 0.99 0.03 78.37 0.98 0.49
Hex AD F8 3 1E 0 63 3 4E 62 31
Octal 255 370 3 36 0 143 3 116 142 61
Binary 10101101 11111000 11 11110 0 1100011 11 1001110 1100010 110001

Color Harmonies of #ADF803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF803

Black with #ADF803

Text Example


Text Example

White with #ADF803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF803; }

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

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

background-color css

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

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

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

border-color css

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

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

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