#B1DE67

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

Shades of Conifer #B1DE67

Tints of Conifer #B1DE67

Color information

#B1DE67 (or 0xB1DE67) is unknown color: approx Conifer. HEX triplet: B1, DE and 67. RGB value is (177,222,103). Sum of RGB (Red+Green+Blue) = 177+222+103=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 103 (40.62% from 255 or 20.52% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DE67 is #4E2198. Grayscale: #C3C3C3. Windows color (decimal): -5120409 or 6807217. OLE color: 6807217.

HSL color Cylindrical-coordinate representation of color #B1DE67: hue angle of 82.69º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1DE67 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB177222103-
CMYK0.2000.540.13
HSL82.69º64.32%63.73%-
HSV(B)82.69º53.6%87.06%-
XYZ46.762.5722.45-
YUV194.9876.09115.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 222 (87.11% from 255) = 44.22%
BLUE value IS 103 (40.62% from 255) = 20.52%
R=35.26%
G=44.22%
B=20.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772221030.2000.540.1382.6964.3263.73
HexB1DE6714036D534040
Octal2613361472406615123100100
Binary101100011101111011001111010001101101101101001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DE67; }

 p { color: rgb(177,222,103); }

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

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

 a { background-color: rgb(177,222,103); }

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

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

 span { border-color: rgb(177,222,103); }

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