#B1DE5C

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

Shades of Conifer #B1DE5C

Tints of Conifer #B1DE5C

Color information

#B1DE5C (or 0xB1DE5C) is unknown color: approx Conifer. HEX triplet: B1, DE and 5C. RGB value is (177,222,92). Sum of RGB (Red+Green+Blue) = 177+222+92=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DE5C is #4E21A3. Grayscale: #C2C2C2. Windows color (decimal): -5120420 or 6086321. OLE color: 6086321.

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

Color convert

RGB17722292-
CMYK0.2000.590.13
HSL80.77º66.33%61.57%-
HSV(B)80.77º58.56%87.06%-
XYZ46.1862.3619.73-
YUV193.7270.59116.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 222 (87.11% from 255) = 45.21%
BLUE value IS 92 (36.33% from 255) = 18.74%
R=36.05%
G=45.21%
B=18.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal177222920.2000.590.1380.7766.3361.57
HexB1DE5C1403BD51423e
Octal261336134240731512110276
Binary10110001110111101011100101000111011110110100011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DE5C; }

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

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

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

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

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

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

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

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