#B8FF16

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

Shades of Spring Bud #B8FF16

Tints of Spring Bud #B8FF16

Color information

#B8FF16 (or 0xB8FF16) is unknown color: approx Spring Bud. HEX triplet: B8, FF and 16. RGB value is (184,255,22). Sum of RGB (Red+Green+Blue) = 184+255+22=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 22 (8.98% from 255 or 4.77% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FF16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8FF16 is #4700E9. Grayscale: #D0D0D0. Windows color (decimal): -4653290 or 1507256. OLE color: 1507256.

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

Color convert

RGB18425522-
CMYK0.2800.910
HSL78.28º100%54.31%-
HSV(B)78.28º91.37%100%-
XYZ55.6781.7713.61-
YUV207.2123.48111.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 255 (100% from 255) = 55.31%
BLUE value IS 22 (8.98% from 255) = 4.77%
R=39.91%
G=55.31%
B=4.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal184255220.2800.91078.2810054.31
HexB8FF161C05B04e6436
Octal27037726340133011614466
Binary1011100011111111101101110001011011010011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FF16; }

 p { color: rgb(184,255,22); }

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

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

 a { background-color: rgb(184,255,22); }

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

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

 span { border-color: rgb(184,255,22); }

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