Html Css Color HEX #ADFC03 Spring Bud

📋 copy color: '#ADFC03'

red 173 ◦ green 252 ◦ blue 3

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

Shades of Spring Bud #ADFC03

Tints of Spring Bud #ADFC03

RGB

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

 GREEN value IS 252 (98.83% from 255) = 58.88%

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

R = 40.42%
G = 58.88%
B = 0.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#ADFC03 (or 0xADFC03) is known color: Spring Bud. HEX triplet: AD, FC and 03. RGB value is (173,252,3). Sum of RGB (Red+Green+Blue) = 173+252+3=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 252 (98.83% from 255 or 58.88% from 428); Blue value is 3 (1.56% from 255 or 0.70% from 428); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFC03 is #5203FC. Grayscale: #C8C8C8. Windows color (decimal): -5374973 or 261293. OLE color: 261293.

HSL color Cylindrical-coordinate representation of color #ADFC03: hue angle of 79.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADFC03 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 252 3 -
CMYK 0.31 0 0.99 0.01
HSL 79.04º 0.98% 0.5% -
HSV(B) 79.04º 0.99% 0.99% -
XYZ 52.06 78.51 12.5 -
YUV 199.99 16.83 108.75 -
System Red Green Blue C M Y K H S L
Decimal 173 252 3 0.31 0 0.99 0.01 79.04 0.98 0.5
Hex AD FC 3 1F 0 63 1 4F 62 32
Octal 255 374 3 37 0 143 1 117 142 62
Binary 10101101 11111100 11 11111 0 1100011 1 1001111 1100010 110010

Color Harmonies of #ADFC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFC03

Black with #ADFC03

Text Example


Text Example

White with #ADFC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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