#B8FC00

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

Shades of Spring Bud #B8FC00

Tints of Spring Bud #B8FC00

Color information

#B8FC00 (or 0xB8FC00) is unknown color: approx Spring Bud. HEX triplet: B8, FC and 00. RGB value is (184,252,0). Sum of RGB (Red+Green+Blue) = 184+252+0=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 252 (98.83% from 255 or 57.80% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8FC00 is #4703FF. Grayscale: #CBCBCB. Windows color (decimal): -4654080 or 64696. OLE color: 64696.

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

Color convert

RGB1842520-
CMYK0.27010.01
HSL76.19º100%49.41%-
HSV(B)76.19º100%98.82%-
XYZ54.5879.8112.53-
YUV202.9413.47114.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 252 (98.83% from 255) = 57.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.20%
G=57.80%
B=0%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal18425200.27010.0176.1910049.41
HexB8FC01B06414c6431
Octal2703740330144111414461
Binary101110001111110001101101100100110011001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FC00; }

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

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

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

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

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

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

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

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