Html Css Color HEX #ADF203 Spring Bud

📋 copy color: '#ADF203'

red 173 ◦ green 242 ◦ blue 3

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

Shades of Spring Bud #ADF203

Tints of Spring Bud #ADF203

RGB

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

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

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

R = 41.39%
G = 57.89%
B = 0.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#ADF203 (or 0xADF203) is known color: Spring Bud. HEX triplet: AD, F2 and 03. RGB value is (173,242,3). Sum of RGB (Red+Green+Blue) = 173+242+3=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 242 (94.92% from 255 or 57.89% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF203 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF203 is #520DFC. Grayscale: #C3C3C3. Windows color (decimal): -5377533 or 258733. OLE color: 258733.

HSL color Cylindrical-coordinate representation of color #ADF203: hue angle of 77.32º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADF203 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 3 -
CMYK 0.29 0 0.99 0.05
HSL 77.32º 0.98% 0.48% -
HSV(B) 77.32º 0.99% 0.95% -
XYZ 49 72.4 11.48 -
YUV 194.12 20.14 112.93 -
System Red Green Blue C M Y K H S L
Decimal 173 242 3 0.29 0 0.99 0.05 77.32 0.98 0.48
Hex AD F2 3 1D 0 63 5 4D 62 30
Octal 255 362 3 35 0 143 5 115 142 60
Binary 10101101 11110010 11 11101 0 1100011 101 1001101 1100010 110000

Color Harmonies of #ADF203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF203

Black with #ADF203

Text Example


Text Example

White with #ADF203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF203; }

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

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

background-color css

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

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

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

border-color css

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

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

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