#9DFD08

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

Shades of Spring Bud #9DFD08

Tints of Spring Bud #9DFD08

Color information

#9DFD08 (or 0x9DFD08) is unknown color: approx Spring Bud. HEX triplet: 9D, FD and 08. RGB value is (157,253,8). Sum of RGB (Red+Green+Blue) = 157+253+8=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 253 (99.22% from 255 or 60.53% from 418); Blue value is 8 (3.52% from 255 or 1.91% from 418); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFD08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DFD08 is #6202F7. Grayscale: #C5C5C5. Windows color (decimal): -6423288 or 589213. OLE color: 589213.

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

Color convert

RGB1572538-
CMYK0.3800.970.01
HSL83.51º98.39%51.18%-
HSV(B)83.51º96.84%99.22%-
XYZ49.0777.4412.59-
YUV196.3721.799.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.56%
GREEN value IS 253 (99.22% from 255) = 60.53%
BLUE value IS 8 (3.52% from 255) = 1.91%
R=37.56%
G=60.53%
B=1.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal15725380.3800.970.0183.5198.3951.18
Hex9DFD8260611546233
Octal23537510460141112414263
Binary1001110111111101100010011001100001110101001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,253,8); }

 H1.HeaderClassName
 {
   color: #9DFD08;
 }
 .AnyTagClassName
 {
   color: #9DFD08;
 }
</style>
background-color css

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

 a { background-color: rgb(157,253,8); }

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

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

 span { border-color: rgb(157,253,8); }

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