#B1FB66

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

Shades of Conifer #B1FB66

Tints of Conifer #B1FB66

Color information

#B1FB66 (or 0xB1FB66) is unknown color: approx Conifer. HEX triplet: B1, FB and 66. RGB value is (177,251,102). Sum of RGB (Red+Green+Blue) = 177+251+102=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FB66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FB66 is #4E0499. Grayscale: #D4D4D4. Windows color (decimal): -5112986 or 6749105. OLE color: 6749105.

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

Color convert

RGB177251102-
CMYK0.2900.590.02
HSL89.8º94.9%69.22%-
HSV(B)89.8º59.36%98.43%-
XYZ55.0379.324.98-
YUV211.8965.98103.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 251 (98.44% from 255) = 47.36%
BLUE value IS 102 (40.23% from 255) = 19.25%
R=33.40%
G=47.36%
B=19.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772511020.2900.590.0289.894.969.22
HexB1FB661D03B25a5f45
Octal261373146350732132137105
Binary1011000111111011110011011101011101110101101010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FB66; }

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

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

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

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

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

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

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

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