#B6F552

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

Shades of Conifer #B6F552

Tints of Conifer #B6F552

Color information

#B6F552 (or 0xB6F552) is unknown color: approx Conifer. HEX triplet: B6, F5 and 52. RGB value is (182,245,82). Sum of RGB (Red+Green+Blue) = 182+245+82=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #B6F552 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F552 is #490AAD. Grayscale: #D0D0D0. Windows color (decimal): -4786862 or 5436854. OLE color: 5436854.

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

Color convert

RGB18224582-
CMYK0.2600.670.04
HSL83.19º89.07%64.12%-
HSV(B)83.19º66.53%96.08%-
XYZ53.4775.8619.81-
YUV207.5857.13109.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.76%
GREEN value IS 245 (96.09% from 255) = 48.13%
BLUE value IS 82 (32.42% from 255) = 16.11%
R=35.76%
G=48.13%
B=16.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182245820.2600.670.0483.1989.0764.12
HexB6F5521A0434535940
Octal2663651223201034123131100
Binary101101101111010110100101101001000011100101001110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F552; }

 p { color: rgb(182,245,82); }

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

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

 a { background-color: rgb(182,245,82); }

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

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

 span { border-color: rgb(182,245,82); }

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