#B3F15D

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

Shades of Conifer #B3F15D

Tints of Conifer #B3F15D

Color information

#B3F15D (or 0xB3F15D) is unknown color: approx Conifer. HEX triplet: B3, F1 and 5D. RGB value is (179,241,93). Sum of RGB (Red+Green+Blue) = 179+241+93=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F15D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F15D is #4C0EA2. Grayscale: #CECECE. Windows color (decimal): -4984483 or 6156723. OLE color: 6156723.

HSL color Cylindrical-coordinate representation of color #B3F15D: hue angle of 85.14º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B3F15D is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB17924193-
CMYK0.2600.610.05
HSL85.14º84.09%65.49%-
HSV(B)85.14º61.41%94.51%-
XYZ52.0273.2821.76-
YUV205.5964.46109.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.89%
GREEN value IS 241 (94.53% from 255) = 46.98%
BLUE value IS 93 (36.72% from 255) = 18.13%
R=34.89%
G=46.98%
B=18.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal179241930.2600.610.0585.1484.0965.49
HexB3F15D1A03D5555441
Octal263361135320755125124101
Binary10110011111100011011101110100111101101101010110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F15D; }

 p { color: rgb(179,241,93); }

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

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

 a { background-color: rgb(179,241,93); }

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

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

 span { border-color: rgb(179,241,93); }

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