#B1DF4B

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

Shades of Conifer #B1DF4B

Tints of Conifer #B1DF4B

Color information

#B1DF4B (or 0xB1DF4B) is unknown color: approx Conifer. HEX triplet: B1, DF and 4B. RGB value is (177,223,75). Sum of RGB (Red+Green+Blue) = 177+223+75=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DF4B is #4E20B4. Grayscale: #C0C0C0. Windows color (decimal): -5120181 or 4972465. OLE color: 4972465.

HSL color Cylindrical-coordinate representation of color #B1DF4B: hue angle of 78.65º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1DF4B is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB17722375-
CMYK0.2100.660.13
HSL78.65º69.81%58.43%-
HSV(B)78.65º66.37%87.45%-
XYZ45.7962.6316.33-
YUV192.3761.76117.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 223 (87.5% from 255) = 46.95%
BLUE value IS 75 (29.69% from 255) = 15.79%
R=37.26%
G=46.95%
B=15.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal177223750.2100.660.1378.6569.8158.43
HexB1DF4B15042D4f463a
Octal2613371132501021511710672
Binary101100011101111110010111010101000010110110011111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DF4B; }

 p { color: rgb(177,223,75); }

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

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

 a { background-color: rgb(177,223,75); }

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

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

 span { border-color: rgb(177,223,75); }

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