#B1EC60

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

Shades of Conifer #B1EC60

Tints of Conifer #B1EC60

Color information

#B1EC60 (or 0xB1EC60) is unknown color: approx Conifer. HEX triplet: B1, EC and 60. RGB value is (177,236,96). Sum of RGB (Red+Green+Blue) = 177+236+96=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #B1EC60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1EC60 is #4E139F. Grayscale: #CACACA. Windows color (decimal): -5116832 or 6352049. OLE color: 6352049.

HSL color Cylindrical-coordinate representation of color #B1EC60: hue angle of 85.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1EC60 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB17723696-
CMYK0.2500.590.07
HSL85.29º78.65%65.1%-
HSV(B)85.29º59.32%92.55%-
XYZ50.2470.1821.97-
YUV202.467.95109.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 236 (92.58% from 255) = 46.37%
BLUE value IS 96 (37.89% from 255) = 18.86%
R=34.77%
G=46.37%
B=18.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal177236960.2500.590.0785.2978.6565.1
HexB1EC601903B7554f41
Octal261354140310737125117101
Binary10110001111011001100000110010111011111101010110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EC60; }

 p { color: rgb(177,236,96); }

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

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

 a { background-color: rgb(177,236,96); }

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

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

 span { border-color: rgb(177,236,96); }

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