#B8F501

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

Shades of Spring Bud #B8F501

Tints of Spring Bud #B8F501

Color information

#B8F501 (or 0xB8F501) is unknown color: approx Spring Bud. HEX triplet: B8, F5 and 01. RGB value is (184,245,1). Sum of RGB (Red+Green+Blue) = 184+245+1=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 245 (96.09% from 255 or 56.98% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 245 - color contains mainly: green. Hex color #B8F501 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F501 is #470AFE. Grayscale: #C7C7C7. Windows color (decimal): -4655871 or 128440. OLE color: 128440.

HSL color Cylindrical-coordinate representation of color #B8F501: hue angle of 75º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8F501 is Cyan = 0.25, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB1842451-
CMYK0.2501.000.04
HSL75º99.19%48.24%-
HSV(B)75º99.59%96.08%-
XYZ52.4375.511.84-
YUV198.9416.29117.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 245 (96.09% from 255) = 56.98%
BLUE value IS 1 (0.78% from 255) = 0.23%
R=42.79%
G=56.98%
B=0.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal18424510.2501.000.047599.1948.24
HexB8F511906444b6330
Octal2703651310144411314360
Binary10111000111101011110010110010010010010111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F501; }

 p { color: rgb(184,245,1); }

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

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

 a { background-color: rgb(184,245,1); }

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

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

 span { border-color: rgb(184,245,1); }

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