#B1DD5D

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

Shades of Conifer #B1DD5D

Tints of Conifer #B1DD5D

Color information

#B1DD5D (or 0xB1DD5D) is unknown color: approx Conifer. HEX triplet: B1, DD and 5D. RGB value is (177,221,93). Sum of RGB (Red+Green+Blue) = 177+221+93=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DD5D is #4E22A2. Grayscale: #C1C1C1. Windows color (decimal): -5120675 or 6151601. OLE color: 6151601.

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

Color convert

RGB17722193-
CMYK0.2000.580.13
HSL80.62º65.31%61.57%-
HSV(B)80.62º57.92%86.67%-
XYZ45.9661.8519.87-
YUV193.2571.42116.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 221 (86.72% from 255) = 45.01%
BLUE value IS 93 (36.72% from 255) = 18.94%
R=36.05%
G=45.01%
B=18.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal177221930.2000.580.1380.6265.3161.57
HexB1DD5D1403AD51413e
Octal261335135240721512110176
Binary10110001110111011011101101000111010110110100011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DD5D; }

 p { color: rgb(177,221,93); }

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

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

 a { background-color: rgb(177,221,93); }

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

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

 span { border-color: rgb(177,221,93); }

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