#B6F261

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

Shades of Conifer #B6F261

Tints of Conifer #B6F261

Color information

#B6F261 (or 0xB6F261) is unknown color: approx Conifer. HEX triplet: B6, F2 and 61. RGB value is (182,242,97). Sum of RGB (Red+Green+Blue) = 182+242+97=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F261 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F261 is #490D9E. Grayscale: #D0D0D0. Windows color (decimal): -4787615 or 6419126. OLE color: 6419126.

HSL color Cylindrical-coordinate representation of color #B6F261: hue angle of 84.83º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6F261 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB18224297-
CMYK0.2500.600.05
HSL84.83º84.8%66.47%-
HSV(B)84.83º59.92%94.9%-
XYZ53.274.3122.85-
YUV207.5365.62109.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 242 (94.92% from 255) = 46.45%
BLUE value IS 97 (38.28% from 255) = 18.62%
R=34.93%
G=46.45%
B=18.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182242970.2500.600.0584.8384.866.47
HexB6F2611903C5555542
Octal266362141310745125125102
Binary10110110111100101100001110010111100101101010110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F261; }

 p { color: rgb(182,242,97); }

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

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

 a { background-color: rgb(182,242,97); }

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

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

 span { border-color: rgb(182,242,97); }

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