#B1F963

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

Shades of Conifer #B1F963

Tints of Conifer #B1F963

Color information

#B1F963 (or 0xB1F963) is unknown color: approx Conifer. HEX triplet: B1, F9 and 63. RGB value is (177,249,99). Sum of RGB (Red+Green+Blue) = 177+249+99=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 99 (39.06% from 255 or 18.86% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F963 is #4E069C. Grayscale: #D2D2D2. Windows color (decimal): -5113501 or 6551985. OLE color: 6551985.

HSL color Cylindrical-coordinate representation of color #B1F963: hue angle of 88.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1F963 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB17724999-
CMYK0.2900.600.02
HSL88.8º92.59%68.24%-
HSV(B)88.8º60.24%97.65%-
XYZ54.267824-
YUV210.3765.15104.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.71%
GREEN value IS 249 (97.66% from 255) = 47.43%
BLUE value IS 99 (39.06% from 255) = 18.86%
R=33.71%
G=47.43%
B=18.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal177249990.2900.600.0288.892.5968.24
HexB1F9631D03C2595d44
Octal261371143350742131135104
Binary1011000111111001110001111101011110010101100110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F963; }

 p { color: rgb(177,249,99); }

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

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

 a { background-color: rgb(177,249,99); }

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

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

 span { border-color: rgb(177,249,99); }

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