#B3F565

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

Shades of Conifer #B3F565

Tints of Conifer #B3F565

Color information

#B3F565 (or 0xB3F565) is unknown color: approx Conifer. HEX triplet: B3, F5 and 65. RGB value is (179,245,101). Sum of RGB (Red+Green+Blue) = 179+245+101=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #B3F565 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F565 is #4C0A9A. Grayscale: #D1D1D1. Windows color (decimal): -4983451 or 6682035. OLE color: 6682035.

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

Color convert

RGB179245101-
CMYK0.2700.590.04
HSL87.5º87.8%67.84%-
HSV(B)87.5º58.78%96.08%-
XYZ53.5975.8324.12-
YUV208.8567.13106.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 245 (96.09% from 255) = 46.67%
BLUE value IS 101 (39.84% from 255) = 19.24%
R=34.10%
G=46.67%
B=19.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1792451010.2700.590.0487.587.867.84
HexB3F5651B03B4585844
Octal263365145330734130130104
Binary10110011111101011100101110110111011100101100010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F565; }

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

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

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

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

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

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

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

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