#9DF801

Color #9DF801 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #9DF801

Tints of Spring Bud #9DF801

Color information

#9DF801 (or 0x9DF801) is unknown color: approx 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

RGB1572481-
CMYK0.3701.000.03
HSL82.11º99.2%48.82%-
HSV(B)82.11º99.6%97.25%-
XYZ47.4874.3111.87-
YUV192.6319.85102.58-

RGB Variations

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

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 (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal15724810.3701.000.0382.1199.248.82
Hex9DF81250643526331
Octal2353701450144312214361
Binary10011101111110001100101011001001110100101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>