#B8FE0F

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

Shades of Spring Bud #B8FE0F

Tints of Spring Bud #B8FE0F

Color information

#B8FE0F (or 0xB8FE0F) is unknown color: approx Spring Bud. HEX triplet: B8, FE and 0F. RGB value is (184,254,15). Sum of RGB (Red+Green+Blue) = 184+254+15=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 254 (99.61% from 255 or 56.07% from 453); Blue value is 15 (6.25% from 255 or 3.31% from 453); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FE0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8FE0F is #4701F0. Grayscale: #CECECE. Windows color (decimal): -4653553 or 1048248. OLE color: 1048248.

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

Color convert

RGB18425415-
CMYK0.2800.940.00
HSL77.57º99.17%52.75%-
HSV(B)77.57º94.09%99.61%-
XYZ55.381.1113.19-
YUV205.8220.31112.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.62%
GREEN value IS 254 (99.61% from 255) = 56.07%
BLUE value IS 15 (6.25% from 255) = 3.31%
R=40.62%
G=56.07%
B=3.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal184254150.2800.940.0077.5799.1752.75
HexB8FEF1C05E04e6335
Octal27037617340136011614365
Binary101110001111111011111110001011110010011101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FE0F; }

 p { color: rgb(184,254,15); }

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

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

 a { background-color: rgb(184,254,15); }

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

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

 span { border-color: rgb(184,254,15); }

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