#9DF608

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

Shades of Spring Bud #9DF608

Tints of Spring Bud #9DF608

Color information

#9DF608 (or 0x9DF608) is unknown color: approx Spring Bud. HEX triplet: 9D, F6 and 08. RGB value is (157,246,8). Sum of RGB (Red+Green+Blue) = 157+246+8=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 246 (96.48% from 255 or 59.85% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 246 - color contains mainly: green. Hex color #9DF608 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF608 is #6209F7. Grayscale: #C1C1C1. Windows color (decimal): -6425080 or 587421. OLE color: 587421.

HSL color Cylindrical-coordinate representation of color #9DF608: hue angle of 82.44º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DF608 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB1572468-
CMYK0.3600.970.04
HSL82.44º93.7%49.8%-
HSV(B)82.44º96.75%96.47%-
XYZ46.973.111.87-
YUV192.2624.01102.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.20%
GREEN value IS 246 (96.48% from 255) = 59.85%
BLUE value IS 8 (3.52% from 255) = 1.95%
R=38.20%
G=59.85%
B=1.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal15724680.3600.970.0482.4493.749.8
Hex9DF68240614525e32
Octal23536610440141412213662
Binary100111011111011010001001000110000110010100101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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