#B8F35D

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

Shades of Conifer #B8F35D

Tints of Conifer #B8F35D

Color information

#B8F35D (or 0xB8F35D) is unknown color: approx Conifer. HEX triplet: B8, F3 and 5D. RGB value is (184,243,93). Sum of RGB (Red+Green+Blue) = 184+243+93=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F35D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F35D is #470CA2. Grayscale: #D0D0D0. Windows color (decimal): -4656291 or 6157240. OLE color: 6157240.

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

Color convert

RGB18424393-
CMYK0.2400.620.05
HSL83.6º86.21%65.88%-
HSV(B)83.6º61.73%95.29%-
XYZ53.7975.0822.01-
YUV208.2662.95110.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.38%
GREEN value IS 243 (95.31% from 255) = 46.73%
BLUE value IS 93 (36.72% from 255) = 17.88%
R=35.38%
G=46.73%
B=17.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184243930.2400.620.0583.686.2165.88
HexB8F35D1803E5545642
Octal270363135300765124126102
Binary10111000111100111011101110000111110101101010010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F35D; }

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

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

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

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

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

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

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

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