#B8FC06

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

Shades of Spring Bud #B8FC06

Tints of Spring Bud #B8FC06

Color information

#B8FC06 (or 0xB8FC06) is unknown color: approx Spring Bud. HEX triplet: B8, FC and 06. RGB value is (184,252,6). Sum of RGB (Red+Green+Blue) = 184+252+6=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 252 (98.83% from 255 or 57.01% from 442); Blue value is 6 (2.73% from 255 or 1.36% from 442); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FC06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8FC06 is #4703F9. Grayscale: #CCCCCC. Windows color (decimal): -4654074 or 457912. OLE color: 457912.

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

Color convert

RGB1842526-
CMYK0.2700.980.01
HSL76.59º97.62%50.59%-
HSV(B)76.59º97.62%98.82%-
XYZ54.6179.8212.7-
YUV203.6216.47114-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.63%
GREEN value IS 252 (98.83% from 255) = 57.01%
BLUE value IS 6 (2.73% from 255) = 1.36%
R=41.63%
G=57.01%
B=1.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal18425260.2700.980.0176.5997.6250.59
HexB8FC61B06214d6233
Octal2703746330142111514263
Binary10111000111111001101101101100010110011011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FC06; }

 p { color: rgb(184,252,6); }

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

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

 a { background-color: rgb(184,252,6); }

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

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

 span { border-color: rgb(184,252,6); }

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