#B8F14C

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

Shades of Conifer #B8F14C

Tints of Conifer #B8F14C

Color information

#B8F14C (or 0xB8F14C) is unknown color: approx Conifer. HEX triplet: B8, F1 and 4C. RGB value is (184,241,76). Sum of RGB (Red+Green+Blue) = 184+241+76=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F14C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F14C is #470EB3. Grayscale: #CDCDCD. Windows color (decimal): -4656820 or 5042616. OLE color: 5042616.

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

Color convert

RGB18424176-
CMYK0.2400.680.05
HSL80.73º85.49%62.16%-
HSV(B)80.73º68.46%94.51%-
XYZ52.5373.6218.28-
YUV205.1555.12112.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 241 (94.53% from 255) = 48.10%
BLUE value IS 76 (30.08% from 255) = 15.17%
R=36.73%
G=48.10%
B=15.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184241760.2400.680.0580.7385.4962.16
HexB8F14C18044551553e
Octal270361114300104512112576
Binary10111000111100011001100110000100010010110100011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F14C; }

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

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

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

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

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

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

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

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