#BDF149

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

Shades of Conifer #BDF149

Tints of Conifer #BDF149

Color information

#BDF149 (or 0xBDF149) is unknown color: approx Conifer. HEX triplet: BD, F1 and 49. RGB value is (189,241,73). Sum of RGB (Red+Green+Blue) = 189+241+73=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 73 (28.91% from 255 or 14.51% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF149 is #420EB6. Grayscale: #CECECE. Windows color (decimal): -4329143 or 4846013. OLE color: 4846013.

HSL color Cylindrical-coordinate representation of color #BDF149: hue angle of 78.57º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDF149 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB18924173-
CMYK0.2200.700.05
HSL78.57º85.71%61.57%-
HSV(B)78.57º69.71%94.51%-
XYZ53.6474.2117.8-
YUV206.352.77115.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 241 (94.53% from 255) = 47.91%
BLUE value IS 73 (28.91% from 255) = 14.51%
R=37.57%
G=47.91%
B=14.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal189241730.2200.700.0578.5785.7161.57
HexBDF1491604654f563e
Octal275361111260106511712676
Binary10111101111100011001001101100100011010110011111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF149; }

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

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

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

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

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

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

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

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