#B8FE5D

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

Shades of Conifer #B8FE5D

Tints of Conifer #B8FE5D

Color information

#B8FE5D (or 0xB8FE5D) is unknown color: approx Conifer. HEX triplet: B8, FE and 5D. RGB value is (184,254,93). Sum of RGB (Red+Green+Blue) = 184+254+93=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FE5D is #4701A2. Grayscale: #D7D7D7. Windows color (decimal): -4653475 or 6160056. OLE color: 6160056.

HSL color Cylindrical-coordinate representation of color #B8FE5D: hue angle of 86.09º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B8FE5D is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB18425493-
CMYK0.2800.630.00
HSL86.09º98.77%68.04%-
HSV(B)86.09º63.39%99.61%-
XYZ57.1881.8623.14-
YUV214.7259.31106.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 254 (99.61% from 255) = 47.83%
BLUE value IS 93 (36.72% from 255) = 17.51%
R=34.65%
G=47.83%
B=17.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal184254930.2800.630.0086.0998.7768.04
HexB8FE5D1C03F0566344
Octal270376135340770126143104
Binary101110001111111010111011110001111110101011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FE5D; }

 p { color: rgb(184,254,93); }

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

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

 a { background-color: rgb(184,254,93); }

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

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

 span { border-color: rgb(184,254,93); }

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