#b1f866

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

Shades of Conifer #B1F866

Tints of Conifer #B1F866

Color information

#B1F866 (or 0xB1F866) is unknown color: approx Conifer. HEX triplet: B1, F8 and 66. RGB value is (177,248,102). Sum of RGB (Red+Green+Blue) = 177+248+102=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F866 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F866 is #4E0799. Grayscale: #D2D2D2. Windows color (decimal): -5113754 or 6748337. OLE color: 6748337.

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

Color convert

RGB177248102-
CMYK0.2900.590.03
HSL89.18º91.25%68.63%-
HSV(B)89.18º58.87%97.25%-
XYZ54.177.4424.67-
YUV210.1366.98104.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 248 (97.27% from 255) = 47.06%
BLUE value IS 102 (40.23% from 255) = 19.35%
R=33.59%
G=47.06%
B=19.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772481020.2900.590.0389.1891.2568.63
HexB1F8661D03B3595b45
Octal261370146350733131133105
Binary1011000111111000110011011101011101111101100110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1f866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1f866; }

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

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

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

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

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

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

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

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