#b1d741

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

Shades of Conifer #B1D741

Tints of Conifer #B1D741

Color information

#B1D741 (or 0xB1D741) is unknown color: approx Conifer. HEX triplet: B1, D7 and 41. RGB value is (177,215,65). Sum of RGB (Red+Green+Blue) = 177+215+65=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D741 is #4E28BE. Grayscale: #BBBBBB. Windows color (decimal): -5122239 or 4315057. OLE color: 4315057.

HSL color Cylindrical-coordinate representation of color #B1D741: hue angle of 75.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1D741 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB17721565-
CMYK0.1800.700.16
HSL75.2º65.22%54.9%-
HSV(B)75.2º69.77%84.31%-
XYZ43.3958.3313.97-
YUV186.5459.41121.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 215 (84.38% from 255) = 47.05%
BLUE value IS 65 (25.78% from 255) = 14.22%
R=38.73%
G=47.05%
B=14.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal177215650.1800.700.1675.265.2254.9
HexB1D74112046104b4137
Octal2613271012201062011310167
Binary1011000111010111100000110010010001101000010010111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1d741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1d741; }

 p { color: rgb(177,215,65); }

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

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

 a { background-color: rgb(177,215,65); }

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

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

 span { border-color: rgb(177,215,65); }

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