#B1FC1B

Color #B1FC1B Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #B1FC1B

Tints of Green Yellow #B1FC1B

Color information

#B1FC1B (or 0xB1FC1B) is unknown color: approx Green Yellow. HEX triplet: B1, FC and 1B. RGB value is (177,252,27). Sum of RGB (Red+Green+Blue) = 177+252+27=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 252 (98.83% from 255 or 55.26% from 456); Blue value is 27 (10.94% from 255 or 5.92% from 456); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FC1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1FC1B is #4E03E4. Grayscale: #CCCCCC. Windows color (decimal): -5112805 or 1834161. OLE color: 1834161.

HSL color Cylindrical-coordinate representation of color #B1FC1B: hue angle of 80º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1FC1B is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB17725227-
CMYK0.3000.890.01
HSL80º97.4%54.71%-
HSV(B)80º89.29%98.82%-
XYZ53.1479.0513.49-
YUV203.9228.15108.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.82%
GREEN value IS 252 (98.83% from 255) = 55.26%
BLUE value IS 27 (10.94% from 255) = 5.92%
R=38.82%
G=55.26%
B=5.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal177252270.3000.890.018097.454.71
HexB1FC1B1E0591506137
Octal26137433360131112014167
Binary1011000111111100110111111001011001110100001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FC1B; }

 p { color: rgb(177,252,27); }

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

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

 a { background-color: rgb(177,252,27); }

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

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

 span { border-color: rgb(177,252,27); }

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