#b1ff3f

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

Shades of Green Yellow #B1FF3F

Tints of Green Yellow #B1FF3F

Color information

#B1FF3F (or 0xB1FF3F) is unknown color: approx Green Yellow. HEX triplet: B1, FF and 3F. RGB value is (177,255,63). Sum of RGB (Red+Green+Blue) = 177+255+63=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1FF3F is #4E00C0. Grayscale: #D2D2D2. Windows color (decimal): -5112001 or 4194225. OLE color: 4194225.

HSL color Cylindrical-coordinate representation of color #B1FF3F: hue angle of 84.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1FF3F is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB17725563-
CMYK0.3100.750
HSL84.38º100%62.35%-
HSV(B)84.38º75.29%100%-
XYZ54.7981.2317.49-
YUV209.7945.16104.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 255 (100% from 255) = 51.52%
BLUE value IS 63 (25% from 255) = 12.73%
R=35.76%
G=51.52%
B=12.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal177255630.3100.75084.3810062.35
HexB1FF3F1F04B054643e
Octal26137777370113012414476
Binary10110001111111111111111111101001011010101001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1ff3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1ff3f; }

 p { color: rgb(177,255,63); }

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

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

 a { background-color: rgb(177,255,63); }

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

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

 span { border-color: rgb(177,255,63); }

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