#B8F361

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

Shades of Conifer #B8F361

Tints of Conifer #B8F361

Color information

#B8F361 (or 0xB8F361) is unknown color: approx Conifer. HEX triplet: B8, F3 and 61. RGB value is (184,243,97). Sum of RGB (Red+Green+Blue) = 184+243+97=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 97 (38.28% from 255 or 18.51% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F361 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F361 is #470C9E. Grayscale: #D1D1D1. Windows color (decimal): -4656287 or 6419384. OLE color: 6419384.

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

Color convert

RGB18424397-
CMYK0.2400.600.05
HSL84.25º85.88%66.67%-
HSV(B)84.25º60.08%95.29%-
XYZ53.9875.1522.97-
YUV208.7164.95110.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.11%
GREEN value IS 243 (95.31% from 255) = 46.37%
BLUE value IS 97 (38.28% from 255) = 18.51%
R=35.11%
G=46.37%
B=18.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184243970.2400.600.0584.2585.8866.67
HexB8F3611803C5545643
Octal270363141300745124126103
Binary10111000111100111100001110000111100101101010010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F361; }

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

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

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

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

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

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

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

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