#B1F766

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

Shades of Conifer #B1F766

Tints of Conifer #B1F766

Color information

#B1F766 (or 0xB1F766) is unknown color: approx Conifer. HEX triplet: B1, F7 and 66. RGB value is (177,247,102). Sum of RGB (Red+Green+Blue) = 177+247+102=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F766 is #4E0899. Grayscale: #D2D2D2. Windows color (decimal): -5114010 or 6748081. OLE color: 6748081.

HSL color Cylindrical-coordinate representation of color #B1F766: hue angle of 88.97º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1F766 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB177247102-
CMYK0.2800.590.03
HSL88.97º90.06%68.43%-
HSV(B)88.97º58.7%96.86%-
XYZ53.7976.8324.56-
YUV209.5467.31104.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.65%
GREEN value IS 247 (96.88% from 255) = 46.96%
BLUE value IS 102 (40.23% from 255) = 19.39%
R=33.65%
G=46.96%
B=19.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772471020.2800.590.0388.9790.0668.43
HexB1F7661C03B3595a44
Octal261367146340733131132104
Binary1011000111110111110011011100011101111101100110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F766; }

 p { color: rgb(177,247,102); }

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

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

 a { background-color: rgb(177,247,102); }

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

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

 span { border-color: rgb(177,247,102); }

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