#B6F565

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

Shades of Conifer #B6F565

Tints of Conifer #B6F565

Color information

#B6F565 (or 0xB6F565) is unknown color: approx Conifer. HEX triplet: B6, F5 and 65. RGB value is (182,245,101). Sum of RGB (Red+Green+Blue) = 182+245+101=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #B6F565 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F565 is #490A9A. Grayscale: #D2D2D2. Windows color (decimal): -4786843 or 6682038. OLE color: 6682038.

HSL color Cylindrical-coordinate representation of color #B6F565: hue angle of 86.25º degrees, saturation: 0.88, 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 #B6F565 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB182245101-
CMYK0.2600.590.04
HSL86.25º87.8%67.84%-
HSV(B)86.25º58.78%96.08%-
XYZ54.2976.1924.16-
YUV209.7566.63108.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.47%
GREEN value IS 245 (96.09% from 255) = 46.40%
BLUE value IS 101 (39.84% from 255) = 19.13%
R=34.47%
G=46.40%
B=19.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1822451010.2600.590.0486.2587.867.84
HexB6F5651A03B4565844
Octal266365145320734126130104
Binary10110110111101011100101110100111011100101011010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F565; }

 p { color: rgb(182,245,101); }

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

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

 a { background-color: rgb(182,245,101); }

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

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

 span { border-color: rgb(182,245,101); }

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