#B8F85D

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

Shades of Conifer #B8F85D

Tints of Conifer #B8F85D

Color information

#B8F85D (or 0xB8F85D) is unknown color: approx Conifer. HEX triplet: B8, F8 and 5D. RGB value is (184,248,93). Sum of RGB (Red+Green+Blue) = 184+248+93=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #B8F85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F85D is #4707A2. Grayscale: #D3D3D3. Windows color (decimal): -4655011 or 6158520. OLE color: 6158520.

HSL color Cylindrical-coordinate representation of color #B8F85D: hue angle of 84.77º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8F85D is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB18424893-
CMYK0.2600.620.03
HSL84.77º91.72%66.86%-
HSV(B)84.77º62.5%97.25%-
XYZ55.3178.1222.52-
YUV211.1961.3108.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.05%
GREEN value IS 248 (97.27% from 255) = 47.24%
BLUE value IS 93 (36.72% from 255) = 17.71%
R=35.05%
G=47.24%
B=17.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal184248930.2600.620.0384.7791.7266.86
HexB8F85D1A03E3555c43
Octal270370135320763125134103
Binary1011100011111000101110111010011111011101010110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F85D; }

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

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

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

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

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

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

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

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