Html Css Color HEX #9DF801 Spring Bud

📋 copy color: '#9DF801'

red 157 ◦ green 248 ◦ blue 1

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

Shades of Spring Bud #9DF801

Tints of Spring Bud #9DF801

RGB

 RED value IS 157 (61.72% from 255) = 38.67%

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

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

R = 38.67%
G = 61.08%
B = 0.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#9DF801 (or 0x9DF801) is known color: Spring Bud. HEX triplet: 9D, F8 and 01. RGB value is (157,248,1). Sum of RGB (Red+Green+Blue) = 157+248+1=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 248 (97.27% from 255 or 61.08% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF801 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF801 is #6207FE. Grayscale: #C1C1C1. Windows color (decimal): -6424575 or 129181. OLE color: 129181.

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

Color convert

RGB 157 248 1 -
CMYK 0.37 0 1.00 0.03
HSL 82.11º 0.99% 0.49% -
HSV(B) 82.11º 1% 0.97% -
XYZ 47.48 74.31 11.87 -
YUV 192.63 19.85 102.58 -
System Red Green Blue C M Y K H S L
Decimal 157 248 1 0.37 0 1.00 0.03 82.11 0.99 0.49
Hex 9D F8 1 25 0 64 3 52 63 31
Octal 235 370 1 45 0 144 3 122 143 61
Binary 10011101 11111000 1 100101 0 1100100 11 1010010 1100011 110001

Color Harmonies of #9DF801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF801

Black with #9DF801

Text Example


Text Example

White with #9DF801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DF801; }

 p { color: rgb(157,248,1); }

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

background-color css

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

 a { background-color: rgb(157,248,1); }

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

border-color css

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

 span { border-color: rgb(157,248,1); }

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