#9DFA05

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

Shades of Spring Bud #9DFA05

Tints of Spring Bud #9DFA05

Color information

#9DFA05 (or 0x9DFA05) is unknown color: approx Spring Bud. HEX triplet: 9D, FA and 05. RGB value is (157,250,5). Sum of RGB (Red+Green+Blue) = 157+250+5=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 250 (98.05% from 255 or 60.68% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFA05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DFA05 is #6205FA. Grayscale: #C3C3C3. Windows color (decimal): -6424059 or 391837. OLE color: 391837.

HSL color Cylindrical-coordinate representation of color #9DFA05: hue angle of 82.78º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DFA05 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB1572505-
CMYK0.3700.980.02
HSL82.78º96.08%50%-
HSV(B)82.78º98%98.04%-
XYZ48.1275.5512.19-
YUV194.2621.19101.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.11%
GREEN value IS 250 (98.05% from 255) = 60.68%
BLUE value IS 5 (2.34% from 255) = 1.21%
R=38.11%
G=60.68%
B=1.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal15725050.3700.980.0282.7896.0850
Hex9DFA5250622536032
Octal2353725450142212314062
Binary1001110111111010101100101011000101010100111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,250,5); }

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

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

 a { background-color: rgb(157,250,5); }

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

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

 span { border-color: rgb(157,250,5); }

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