#B6FB64

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

Shades of Conifer #B6FB64

Tints of Conifer #B6FB64

Color information

#B6FB64 (or 0xB6FB64) is unknown color: approx Conifer. HEX triplet: B6, FB and 64. RGB value is (182,251,100). Sum of RGB (Red+Green+Blue) = 182+251+100=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FB64 is #49049B. Grayscale: #D5D5D5. Windows color (decimal): -4785308 or 6618038. OLE color: 6618038.

HSL color Cylindrical-coordinate representation of color #B6FB64: hue angle of 87.42º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6FB64 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB182251100-
CMYK0.2700.600.02
HSL87.42º94.97%68.82%-
HSV(B)87.42º60.16%98.43%-
XYZ56.0979.8624.51-
YUV213.1664.14105.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.15%
GREEN value IS 251 (98.44% from 255) = 47.09%
BLUE value IS 100 (39.45% from 255) = 18.76%
R=34.15%
G=47.09%
B=18.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822511000.2700.600.0287.4294.9768.82
HexB6FB641B03C2575f45
Octal266373144330742127137105
Binary1011011011111011110010011011011110010101011110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FB64; }

 p { color: rgb(182,251,100); }

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

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

 a { background-color: rgb(182,251,100); }

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

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

 span { border-color: rgb(182,251,100); }

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