#B1F965

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

Shades of Conifer #B1F965

Tints of Conifer #B1F965

Color information

#B1F965 (or 0xB1F965) is unknown color: approx Conifer. HEX triplet: B1, F9 and 65. RGB value is (177,249,101). Sum of RGB (Red+Green+Blue) = 177+249+101=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F965 is #4E069A. Grayscale: #D3D3D3. Windows color (decimal): -5113499 or 6683057. OLE color: 6683057.

HSL color Cylindrical-coordinate representation of color #B1F965: hue angle of 89.19º degrees, saturation: 0.93, 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 #B1F965 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB177249101-
CMYK0.2900.590.02
HSL89.19º92.5%68.63%-
HSV(B)89.19º59.44%97.65%-
XYZ54.3678.0424.51-
YUV210.666.15104.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 249 (97.66% from 255) = 47.25%
BLUE value IS 101 (39.84% from 255) = 19.17%
R=33.59%
G=47.25%
B=19.17%

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
Decimal1772491010.2900.590.0289.1992.568.63
HexB1F9651D03B2595c45
Octal261371145350732131134105
Binary1011000111111001110010111101011101110101100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F965; }

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

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

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

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

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

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

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

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