#B1DC4F

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

Shades of Conifer #B1DC4F

Tints of Conifer #B1DC4F

Color information

#B1DC4F (or 0xB1DC4F) is unknown color: approx Conifer. HEX triplet: B1, DC and 4F. RGB value is (177,220,79). Sum of RGB (Red+Green+Blue) = 177+220+79=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DC4F is #4E23B0. Grayscale: #BFBFBF. Windows color (decimal): -5120945 or 5233841. OLE color: 5233841.

HSL color Cylindrical-coordinate representation of color #B1DC4F: hue angle of 78.3º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1DC4F is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB17722079-
CMYK0.2000.640.14
HSL78.3º66.82%58.63%-
HSV(B)78.3º64.09%86.27%-
XYZ45.1461.116.81-
YUV191.0764.75117.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.18%
GREEN value IS 220 (86.33% from 255) = 46.22%
BLUE value IS 79 (31.25% from 255) = 16.60%
R=37.18%
G=46.22%
B=16.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal177220790.2000.640.1478.366.8258.63
HexB1DC4F14040E4e433b
Octal2613341172401001611610373
Binary101100011101110010011111010001000000111010011101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DC4F; }

 p { color: rgb(177,220,79); }

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

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

 a { background-color: rgb(177,220,79); }

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

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

 span { border-color: rgb(177,220,79); }

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