#B6F65D

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

Shades of Conifer #B6F65D

Tints of Conifer #B6F65D

Color information

#B6F65D (or 0xB6F65D) is unknown color: approx Conifer. HEX triplet: B6, F6 and 5D. RGB value is (182,246,93). Sum of RGB (Red+Green+Blue) = 182+246+93=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #B6F65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F65D is #4909A2. Grayscale: #D1D1D1. Windows color (decimal): -4786595 or 6158006. OLE color: 6158006.

HSL color Cylindrical-coordinate representation of color #B6F65D: hue angle of 85.1º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6F65D is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB18224693-
CMYK0.2600.620.04
HSL85.1º89.47%66.47%-
HSV(B)85.1º62.2%96.47%-
XYZ54.2276.6522.29-
YUV209.4262.3108.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 246 (96.48% from 255) = 47.22%
BLUE value IS 93 (36.72% from 255) = 17.85%
R=34.93%
G=47.22%
B=17.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182246930.2600.620.0485.189.4766.47
HexB6F65D1A03E4555942
Octal266366135320764125131102
Binary10110110111101101011101110100111110100101010110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F65D; }

 p { color: rgb(182,246,93); }

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

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

 a { background-color: rgb(182,246,93); }

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

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

 span { border-color: rgb(182,246,93); }

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