#B1F168

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

Shades of Conifer #B1F168

Tints of Conifer #B1F168

Color information

#B1F168 (or 0xB1F168) is unknown color: approx Conifer. HEX triplet: B1, F1 and 68. RGB value is (177,241,104). Sum of RGB (Red+Green+Blue) = 177+241+104=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F168 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F168 is #4E0E97. Grayscale: #CECECE. Windows color (decimal): -5115544 or 6877617. OLE color: 6877617.

HSL color Cylindrical-coordinate representation of color #B1F168: hue angle of 88.03º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1F168 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB177241104-
CMYK0.2700.570.05
HSL88.03º83.03%67.65%-
HSV(B)88.03º56.85%94.51%-
XYZ52.0973.2624.49-
YUV206.2570.3107.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 241 (94.53% from 255) = 46.17%
BLUE value IS 104 (41.02% from 255) = 19.92%
R=33.91%
G=46.17%
B=19.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772411040.2700.570.0588.0383.0367.65
HexB1F1681B0395585344
Octal261361150330715130123104
Binary10110001111100011101000110110111001101101100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F168; }

 p { color: rgb(177,241,104); }

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

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

 a { background-color: rgb(177,241,104); }

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

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

 span { border-color: rgb(177,241,104); }

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