#b8f365

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

Shades of Conifer #B8F365

Tints of Conifer #B8F365

Color information

#B8F365 (or 0xB8F365) is unknown color: approx Conifer. HEX triplet: B8, F3 and 65. RGB value is (184,243,101). Sum of RGB (Red+Green+Blue) = 184+243+101=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F365 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F365 is #470C9A. Grayscale: #D1D1D1. Windows color (decimal): -4656283 or 6681528. OLE color: 6681528.

HSL color Cylindrical-coordinate representation of color #B8F365: hue angle of 84.93º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8F365 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB184243101-
CMYK0.2400.580.05
HSL84.93º85.54%67.45%-
HSV(B)84.93º58.44%95.29%-
XYZ54.1775.2323.98-
YUV209.1766.95110.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.85%
GREEN value IS 243 (95.31% from 255) = 46.02%
BLUE value IS 101 (39.84% from 255) = 19.13%
R=34.85%
G=46.02%
B=19.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842431010.2400.580.0584.9385.5467.45
HexB8F3651803A5555643
Octal270363145300725125126103
Binary10111000111100111100101110000111010101101010110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8f365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8f365; }

 p { color: rgb(184,243,101); }

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

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

 a { background-color: rgb(184,243,101); }

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

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

 span { border-color: rgb(184,243,101); }

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