#B0F051

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

Shades of Conifer #B0F051

Tints of Conifer #B0F051

Color information

#B0F051 (or 0xB0F051) is unknown color: approx Conifer. HEX triplet: B0, F0 and 51. RGB value is (176,240,81). Sum of RGB (Red+Green+Blue) = 176+240+81=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 81 (32.03% from 255 or 16.30% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F051 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F051 is #4F0FAE. Grayscale: #CBCBCB. Windows color (decimal): -5181359 or 5370032. OLE color: 5370032.

HSL color Cylindrical-coordinate representation of color #B0F051: hue angle of 84.15º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0F051 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB17624081-
CMYK0.2700.660.06
HSL84.15º84.13%62.94%-
HSV(B)84.15º66.25%94.12%-
XYZ50.5572.1419.05-
YUV202.7459.3108.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 240 (94.14% from 255) = 48.29%
BLUE value IS 81 (32.03% from 255) = 16.30%
R=35.41%
G=48.29%
B=16.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal176240810.2700.660.0684.1584.1362.94
HexB0F0511B042654543f
Octal260360121330102612412477
Binary10110000111100001010001110110100001011010101001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F051; }

 p { color: rgb(176,240,81); }

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

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

 a { background-color: rgb(176,240,81); }

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

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

 span { border-color: rgb(176,240,81); }

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