#B0F465

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

Shades of Conifer #B0F465

Tints of Conifer #B0F465

Color information

#B0F465 (or 0xB0F465) is unknown color: approx Conifer. HEX triplet: B0, F4 and 65. RGB value is (176,244,101). Sum of RGB (Red+Green+Blue) = 176+244+101=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F465 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F465 is #4F0B9A. Grayscale: #CFCFCF. Windows color (decimal): -5180315 or 6681776. OLE color: 6681776.

HSL color Cylindrical-coordinate representation of color #B0F465: hue angle of 88.53º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0F465 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB176244101-
CMYK0.2800.590.04
HSL88.53º86.67%67.65%-
HSV(B)88.53º58.61%95.69%-
XYZ52.674.8723.99-
YUV207.3767.97105.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 244 (95.70% from 255) = 46.83%
BLUE value IS 101 (39.84% from 255) = 19.39%
R=33.78%
G=46.83%
B=19.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762441010.2800.590.0488.5386.6767.65
HexB0F4651C03B4595744
Octal260364145340734131127104
Binary10110000111101001100101111000111011100101100110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F465; }

 p { color: rgb(176,244,101); }

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

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

 a { background-color: rgb(176,244,101); }

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

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

 span { border-color: rgb(176,244,101); }

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