#9BFE05

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

Shades of Spring Bud #9BFE05

Tints of Spring Bud #9BFE05

Color information

#9BFE05 (or 0x9BFE05) is unknown color: approx Spring Bud. HEX triplet: 9B, FE and 05. RGB value is (155,254,5). Sum of RGB (Red+Green+Blue) = 155+254+5=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 254 (99.61% from 255 or 61.35% from 414); Blue value is 5 (2.34% from 255 or 1.21% from 414); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFE05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFE05 is #6401FA. Grayscale: #C4C4C4. Windows color (decimal): -6554107 or 392859. OLE color: 392859.

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

Color convert

RGB1552545-
CMYK0.3900.980.00
HSL83.86º99.2%50.78%-
HSV(B)83.86º98.03%99.61%-
XYZ48.9977.8612.59-
YUV196.0120.298.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.44%
GREEN value IS 254 (99.61% from 255) = 61.35%
BLUE value IS 5 (2.34% from 255) = 1.21%
R=37.44%
G=61.35%
B=1.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal15525450.3900.980.0083.8699.250.78
Hex9BFE5270620546333
Octal2333765470142012414363
Binary100110111111111010110011101100010010101001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFE05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,254,5); }

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

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

 a { background-color: rgb(155,254,5); }

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

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

 span { border-color: rgb(155,254,5); }

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