Html Css Color HEX #ADF401 Spring Bud

📋 copy color: '#ADF401'

red 173 ◦ green 244 ◦ blue 1

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

Shades of Spring Bud #ADF401

Tints of Spring Bud #ADF401

RGB

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

 GREEN value IS 244 (95.7% from 255) = 58.37%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 41.39%
G = 58.37%
B = 0.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#ADF401 (or 0xADF401) is known color: Spring Bud. HEX triplet: AD, F4 and 01. RGB value is (173,244,1). Sum of RGB (Red+Green+Blue) = 173+244+1=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 244 (95.70% from 255 or 58.37% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF401 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF401 is #520BFE. Grayscale: #C3C3C3. Windows color (decimal): -5377023 or 128173. OLE color: 128173.

HSL color Cylindrical-coordinate representation of color #ADF401: hue angle of 77.53º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADF401 is Cyan = 0.29, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 244 1 -
CMYK 0.29 0 1.00 0.04
HSL 77.53º 0.99% 0.48% -
HSV(B) 77.53º 1% 0.96% -
XYZ 49.59 73.59 11.62 -
YUV 195.07 18.48 112.26 -
System Red Green Blue C M Y K H S L
Decimal 173 244 1 0.29 0 1.00 0.04 77.53 0.99 0.48
Hex AD F4 1 1D 0 64 4 4E 63 30
Octal 255 364 1 35 0 144 4 116 143 60
Binary 10101101 11110100 1 11101 0 1100100 100 1001110 1100011 110000

Color Harmonies of #ADF401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF401

Black with #ADF401

Text Example


Text Example

White with #ADF401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF401; }

 p { color: rgb(173,244,1); }

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

background-color css

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

 a { background-color: rgb(173,244,1); }

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

border-color css

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

 span { border-color: rgb(173,244,1); }

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