#b3f465

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

Shades of Conifer #B3F465

Tints of Conifer #B3F465

Color information

#B3F465 (or 0xB3F465) is unknown color: approx Conifer. HEX triplet: B3, F4 and 65. RGB value is (179,244,101). Sum of RGB (Red+Green+Blue) = 179+244+101=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #B3F465 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F465 is #4C0B9A. Grayscale: #D0D0D0. Windows color (decimal): -4983707 or 6681779. OLE color: 6681779.

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

Color convert

RGB179244101-
CMYK0.2700.590.04
HSL87.27º86.67%67.65%-
HSV(B)87.27º58.61%95.69%-
XYZ53.2975.2224.02-
YUV208.2667.47107.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 244 (95.70% from 255) = 46.56%
BLUE value IS 101 (39.84% from 255) = 19.27%
R=34.16%
G=46.56%
B=19.27%

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
Decimal1792441010.2700.590.0487.2786.6767.65
HexB3F4651B03B4575744
Octal263364145330734127127104
Binary10110011111101001100101110110111011100101011110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3f465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3f465; }

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

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

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

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

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

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

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

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