#B2F64F

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

Shades of Conifer #B2F64F

Tints of Conifer #B2F64F

Color information

#B2F64F (or 0xB2F64F) is unknown color: approx Conifer. HEX triplet: B2, F6 and 4F. RGB value is (178,246,79). Sum of RGB (Red+Green+Blue) = 178+246+79=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 79 (31.25% from 255 or 15.71% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F64F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F64F is #4D09B0. Grayscale: #CFCFCF. Windows color (decimal): -5048753 or 5240498. OLE color: 5240498.

HSL color Cylindrical-coordinate representation of color #B2F64F: hue angle of 84.43º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2F64F is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB17824679-
CMYK0.2800.680.04
HSL84.43º90.27%63.73%-
HSV(B)84.43º67.89%96.47%-
XYZ52.7375.9419.28-
YUV206.6355.97107.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 246 (96.48% from 255) = 48.91%
BLUE value IS 79 (31.25% from 255) = 15.71%
R=35.39%
G=48.91%
B=15.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal178246790.2800.680.0484.4390.2763.73
HexB2F64F1C0444545a40
Octal2623661173401044124132100
Binary101100101111011010011111110001000100100101010010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F64F; }

 p { color: rgb(178,246,79); }

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

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

 a { background-color: rgb(178,246,79); }

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

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

 span { border-color: rgb(178,246,79); }

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