#BDF459

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

Shades of Conifer #BDF459

Tints of Conifer #BDF459

Color information

#BDF459 (or 0xBDF459) is unknown color: approx Conifer. HEX triplet: BD, F4 and 59. RGB value is (189,244,89). Sum of RGB (Red+Green+Blue) = 189+244+89=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 89 (35.16% from 255 or 17.05% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF459 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF459 is #420BA6. Grayscale: #D2D2D2. Windows color (decimal): -4328359 or 5895357. OLE color: 5895357.

HSL color Cylindrical-coordinate representation of color #BDF459: hue angle of 81.29º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDF459 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB18924489-
CMYK0.2300.640.04
HSL81.29º87.57%65.29%-
HSV(B)81.29º63.52%95.69%-
XYZ55.1476.2421.26-
YUV209.8859.78113.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 244 (95.70% from 255) = 46.74%
BLUE value IS 89 (35.16% from 255) = 17.05%
R=36.21%
G=46.74%
B=17.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal189244890.2300.640.0481.2987.5765.29
HexBDF459170404515841
Octal2753641312701004121130101
Binary101111011111010010110011011101000000100101000110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF459; }

 p { color: rgb(189,244,89); }

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

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

 a { background-color: rgb(189,244,89); }

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

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

 span { border-color: rgb(189,244,89); }

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