#BDF151

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

Shades of Conifer #BDF151

Tints of Conifer #BDF151

Color information

#BDF151 (or 0xBDF151) is unknown color: approx Conifer. HEX triplet: BD, F1 and 51. RGB value is (189,241,81). Sum of RGB (Red+Green+Blue) = 189+241+81=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 81 (32.03% from 255 or 15.85% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF151 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF151 is #420EAE. Grayscale: #CFCFCF. Windows color (decimal): -4329135 or 5370301. OLE color: 5370301.

HSL color Cylindrical-coordinate representation of color #BDF151: hue angle of 79.5º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDF151 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB18924181-
CMYK0.2200.660.05
HSL79.5º85.11%63.14%-
HSV(B)79.5º66.39%94.51%-
XYZ53.9374.3219.29-
YUV207.2156.77115.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 241 (94.53% from 255) = 47.16%
BLUE value IS 81 (32.03% from 255) = 15.85%
R=36.99%
G=47.16%
B=15.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal189241810.2200.660.0579.585.1163.14
HexBDF15116042550553f
Octal275361121260102512012577
Binary10111101111100011010001101100100001010110100001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF151; }

 p { color: rgb(189,241,81); }

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

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

 a { background-color: rgb(189,241,81); }

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

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

 span { border-color: rgb(189,241,81); }

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