#B2F051

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

Shades of Conifer #B2F051

Tints of Conifer #B2F051

Color information

#B2F051 (or 0xB2F051) is unknown color: approx Conifer. HEX triplet: B2, F0 and 51. RGB value is (178,240,81). Sum of RGB (Red+Green+Blue) = 178+240+81=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 81 (32.03% from 255 or 16.23% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F051 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F051 is #4D0FAE. Grayscale: #CBCBCB. Windows color (decimal): -5050287 or 5370034. OLE color: 5370034.

HSL color Cylindrical-coordinate representation of color #B2F051: hue angle of 83.4º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2F051 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB17824081-
CMYK0.2600.660.06
HSL83.4º84.13%62.94%-
HSV(B)83.4º66.25%94.12%-
XYZ51.0172.3819.07-
YUV203.3458.96109.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.67%
GREEN value IS 240 (94.14% from 255) = 48.10%
BLUE value IS 81 (32.03% from 255) = 16.23%
R=35.67%
G=48.10%
B=16.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal178240810.2600.660.0683.484.1362.94
HexB2F0511A042653543f
Octal262360121320102612312477
Binary10110010111100001010001110100100001011010100111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F051; }

 p { color: rgb(178,240,81); }

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

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

 a { background-color: rgb(178,240,81); }

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

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

 span { border-color: rgb(178,240,81); }

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