#B8F150

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

Shades of Conifer #B8F150

Tints of Conifer #B8F150

Color information

#B8F150 (or 0xB8F150) is unknown color: approx Conifer. HEX triplet: B8, F1 and 50. RGB value is (184,241,80). Sum of RGB (Red+Green+Blue) = 184+241+80=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F150 is #470EAF. Grayscale: #CECECE. Windows color (decimal): -4656816 or 5304760. OLE color: 5304760.

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

Color convert

RGB18424180-
CMYK0.2400.670.05
HSL81.24º85.19%62.94%-
HSV(B)81.24º66.8%94.51%-
XYZ52.6773.6819.04-
YUV205.657.12112.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.44%
GREEN value IS 241 (94.53% from 255) = 47.72%
BLUE value IS 80 (31.64% from 255) = 15.84%
R=36.44%
G=47.72%
B=15.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184241800.2400.670.0581.2485.1962.94
HexB8F15018043551553f
Octal270361120300103512112577
Binary10111000111100011010000110000100001110110100011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F150; }

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

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

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

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

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

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

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

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