#B1F260

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

Shades of Conifer #B1F260

Tints of Conifer #B1F260

Color information

#B1F260 (or 0xB1F260) is unknown color: approx Conifer. HEX triplet: B1, F2 and 60. RGB value is (177,242,96). Sum of RGB (Red+Green+Blue) = 177+242+96=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F260 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F260 is #4E0D9F. Grayscale: #CECECE. Windows color (decimal): -5115296 or 6353585. OLE color: 6353585.

HSL color Cylindrical-coordinate representation of color #B1F260: hue angle of 86.71º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1F260 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB17724296-
CMYK0.2700.600.05
HSL86.71º84.88%66.27%-
HSV(B)86.71º60.33%94.9%-
XYZ51.9973.722.55-
YUV205.9265.97107.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 242 (94.92% from 255) = 46.99%
BLUE value IS 96 (37.89% from 255) = 18.64%
R=34.37%
G=46.99%
B=18.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal177242960.2700.600.0586.7184.8866.27
HexB1F2601B03C5575542
Octal261362140330745127125102
Binary10110001111100101100000110110111100101101011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F260; }

 p { color: rgb(177,242,96); }

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

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

 a { background-color: rgb(177,242,96); }

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

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

 span { border-color: rgb(177,242,96); }

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