#BDF549

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

Shades of Conifer #BDF549

Tints of Conifer #BDF549

Color information

#BDF549 (or 0xBDF549) is unknown color: approx Conifer. HEX triplet: BD, F5 and 49. RGB value is (189,245,73). Sum of RGB (Red+Green+Blue) = 189+245+73=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF549 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF549 is #420AB6. Grayscale: #D1D1D1. Windows color (decimal): -4328119 or 4847037. OLE color: 4847037.

HSL color Cylindrical-coordinate representation of color #BDF549: hue angle of 79.53º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDF549 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB18924573-
CMYK0.2300.700.04
HSL79.53º89.58%62.35%-
HSV(B)79.53º70.2%96.08%-
XYZ54.8476.618.2-
YUV208.6551.45113.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 245 (96.09% from 255) = 48.32%
BLUE value IS 73 (28.91% from 255) = 14.40%
R=37.28%
G=48.32%
B=14.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal189245730.2300.700.0479.5389.5862.35
HexBDF549170464505a3e
Octal275365111270106412013276
Binary10111101111101011001001101110100011010010100001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF549; }

 p { color: rgb(189,245,73); }

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

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

 a { background-color: rgb(189,245,73); }

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

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

 span { border-color: rgb(189,245,73); }

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