#b8f360

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

Shades of Conifer #B8F360

Tints of Conifer #B8F360

Color information

#B8F360 (or 0xB8F360) is unknown color: approx Conifer. HEX triplet: B8, F3 and 60. RGB value is (184,243,96). Sum of RGB (Red+Green+Blue) = 184+243+96=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F360 is #470C9F. Grayscale: #D1D1D1. Windows color (decimal): -4656288 or 6353848. OLE color: 6353848.

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

Color convert

RGB18424396-
CMYK0.2400.600.05
HSL84.08º85.96%66.47%-
HSV(B)84.08º60.49%95.29%-
XYZ53.9375.1422.73-
YUV208.664.45110.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 243 (95.31% from 255) = 46.46%
BLUE value IS 96 (37.89% from 255) = 18.36%
R=35.18%
G=46.46%
B=18.36%

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
Decimal184243960.2400.600.0584.0885.9666.47
HexB8F3601803C5545642
Octal270363140300745124126102
Binary10111000111100111100000110000111100101101010010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8f360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8f360; }

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

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

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

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

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

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

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

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