#B8F15D

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

Shades of Conifer #B8F15D

Tints of Conifer #B8F15D

Color information

#B8F15D (or 0xB8F15D) is unknown color: approx Conifer. HEX triplet: B8, F1 and 5D. RGB value is (184,241,93). Sum of RGB (Red+Green+Blue) = 184+241+93=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F15D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F15D is #470EA2. Grayscale: #CFCFCF. Windows color (decimal): -4656803 or 6156728. OLE color: 6156728.

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

Color convert

RGB18424193-
CMYK0.2400.610.05
HSL83.11º84.09%65.49%-
HSV(B)83.11º61.41%94.51%-
XYZ53.273.8921.81-
YUV207.0863.62111.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.52%
GREEN value IS 241 (94.53% from 255) = 46.53%
BLUE value IS 93 (36.72% from 255) = 17.95%
R=35.52%
G=46.53%
B=17.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184241930.2400.610.0583.1184.0965.49
HexB8F15D1803D5535441
Octal270361135300755123124101
Binary10111000111100011011101110000111101101101001110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F15D; }

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

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

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

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

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

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

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

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