#B8F664

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

Shades of Conifer #B8F664

Tints of Conifer #B8F664

Color information

#B8F664 (or 0xB8F664) is unknown color: approx Conifer. HEX triplet: B8, F6 and 64. RGB value is (184,246,100). Sum of RGB (Red+Green+Blue) = 184+246+100=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #B8F664 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F664 is #47099B. Grayscale: #D3D3D3. Windows color (decimal): -4655516 or 6616760. OLE color: 6616760.

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

Color convert

RGB184246100-
CMYK0.2500.590.04
HSL85.48º89.02%67.84%-
HSV(B)85.48º59.35%96.47%-
XYZ55.0277.0224.02-
YUV210.8265.46108.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.72%
GREEN value IS 246 (96.48% from 255) = 46.42%
BLUE value IS 100 (39.45% from 255) = 18.87%
R=34.72%
G=46.42%
B=18.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1842461000.2500.590.0485.4889.0267.84
HexB8F6641903B4555944
Octal270366144310734125131104
Binary10111000111101101100100110010111011100101010110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F664; }

 p { color: rgb(184,246,100); }

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

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

 a { background-color: rgb(184,246,100); }

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

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

 span { border-color: rgb(184,246,100); }

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