#B0F760

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

Shades of Conifer #B0F760

Tints of Conifer #B0F760

Color information

#B0F760 (or 0xB0F760) is unknown color: approx Conifer. HEX triplet: B0, F7 and 60. RGB value is (176,247,96). Sum of RGB (Red+Green+Blue) = 176+247+96=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 247 (96.88% from 255 or 47.59% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F760 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F760 is #4F089F. Grayscale: #D1D1D1. Windows color (decimal): -5179552 or 6354864. OLE color: 6354864.

HSL color Cylindrical-coordinate representation of color #B0F760: hue angle of 88.21º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0F760 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB17624796-
CMYK0.2900.610.03
HSL88.21º90.42%67.25%-
HSV(B)88.21º61.13%96.86%-
XYZ53.2876.623.04-
YUV208.5664.48104.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 247 (96.88% from 255) = 47.59%
BLUE value IS 96 (37.89% from 255) = 18.50%
R=33.91%
G=47.59%
B=18.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal176247960.2900.610.0388.2190.4267.25
HexB0F7601D03D3585a43
Octal260367140350753130132103
Binary1011000011110111110000011101011110111101100010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F760; }

 p { color: rgb(176,247,96); }

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

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

 a { background-color: rgb(176,247,96); }

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

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

 span { border-color: rgb(176,247,96); }

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