#b5ff14

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

Shades of Spring Bud #B5FF14

Tints of Spring Bud #B5FF14

Color information

#B5FF14 (or 0xB5FF14) is unknown color: approx Spring Bud. HEX triplet: B5, FF and 14. RGB value is (181,255,20). Sum of RGB (Red+Green+Blue) = 181+255+20=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FF14 is #4A00EB. Grayscale: #CECECE. Windows color (decimal): -4849900 or 1376181. OLE color: 1376181.

HSL color Cylindrical-coordinate representation of color #B5FF14: hue angle of 78.89º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5FF14 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB18125520-
CMYK0.2900.920
HSL78.89º100%53.92%-
HSV(B)78.89º92.16%100%-
XYZ54.9481.3913.48-
YUV206.0822.98110.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.69%
GREEN value IS 255 (100% from 255) = 55.92%
BLUE value IS 20 (8.20% from 255) = 4.39%
R=39.69%
G=55.92%
B=4.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181255200.2900.92078.8910053.92
HexB5FF141D05C04f6436
Octal26537724350134011714466
Binary1011010111111111101001110101011100010011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5ff14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5ff14; }

 p { color: rgb(181,255,20); }

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

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

 a { background-color: rgb(181,255,20); }

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

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

 span { border-color: rgb(181,255,20); }

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