#B8F165

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

Shades of Conifer #B8F165

Tints of Conifer #B8F165

Color information

#B8F165 (or 0xB8F165) is unknown color: approx Conifer. HEX triplet: B8, F1 and 65. RGB value is (184,241,101). Sum of RGB (Red+Green+Blue) = 184+241+101=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F165 is #470E9A. Grayscale: #D0D0D0. Windows color (decimal): -4656795 or 6681016. OLE color: 6681016.

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

Color convert

RGB184241101-
CMYK0.2400.580.05
HSL84.43º83.33%67.06%-
HSV(B)84.43º58.09%94.51%-
XYZ53.5774.0423.78-
YUV20867.62110.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.98%
GREEN value IS 241 (94.53% from 255) = 45.82%
BLUE value IS 101 (39.84% from 255) = 19.20%
R=34.98%
G=45.82%
B=19.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842411010.2400.580.0584.4383.3367.06
HexB8F1651803A5545343
Octal270361145300725124123103
Binary10111000111100011100101110000111010101101010010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F165; }

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

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

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

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

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

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

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

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