#B8FF5D

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

Shades of Conifer #B8FF5D

Tints of Conifer #B8FF5D

Color information

#B8FF5D (or 0xB8FF5D) is unknown color: approx Conifer. HEX triplet: B8, FF and 5D. RGB value is (184,255,93). Sum of RGB (Red+Green+Blue) = 184+255+93=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FF5D is #4700A2. Grayscale: #D7D7D7. Windows color (decimal): -4653219 or 6160312. OLE color: 6160312.

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

Color convert

RGB18425593-
CMYK0.2800.640
HSL86.3º100%68.24%-
HSV(B)86.3º63.53%100%-
XYZ57.582.523.25-
YUV215.358.98105.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.59%
GREEN value IS 255 (100% from 255) = 47.93%
BLUE value IS 93 (36.72% from 255) = 17.48%
R=34.59%
G=47.93%
B=17.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal184255930.2800.64086.310068.24
HexB8FF5D1C0400566444
Octal2703771353401000126144104
Binary1011100011111111101110111100010000000101011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FF5D; }

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

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

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

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

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

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

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

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